Changeset 344 for GearsORM/trunk/tests/test_introspection.html
- Timestamp:
- 09/19/07 18:38:26 (15 months ago)
- Files:
-
- 1 modified
-
GearsORM/trunk/tests/test_introspection.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GearsORM/trunk/tests/test_introspection.html
r338 r344 16 16 fields: 17 17 { 18 name:new GearsORM.Fields.String({maxLength:25}) ,18 name:new GearsORM.Fields.String({maxLength:25}) 19 19 } 20 20 }); … … 23 23 fields: 24 24 { 25 name:new GearsORM.Fields.String({maxLength:25}) ,25 name:new GearsORM.Fields.String({maxLength:25}) 26 26 } 27 27 });
