diff options
author | rojaro <> | 2010-09-10 10:16:35 +0000 |
---|---|---|
committer | rojaro <> | 2010-09-10 10:16:35 +0000 |
commit | 801ce8d11abac390353d985e83b53f30f0806c21 (patch) | |
tree | 959a5b8bb34380b9cebb63550a7461a9570ede90 /.gitattributes | |
parent | 08abf856bb9b978b28e155edb4b54bfc3c8877f8 (diff) |
moved TListItemCollection class from TListControl.php to separate class file in collections to fix #276
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d0751eed..375869ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2301,6 +2301,7 @@ framework/Caching/TXCache.php -text framework/Collections/TAttributeCollection.php -text framework/Collections/TDummyDataSource.php -text framework/Collections/TList.php -text +framework/Collections/TListItemCollection.php -text framework/Collections/TMap.php -text framework/Collections/TPagedDataSource.php -text framework/Collections/TPagedList.php -text |