Show
Ignore:
Timestamp:
09/19/07 18:38:26 (15 months ago)
Author:
uriel
Message:

*removed two commas that bothered IE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • GearsORM/trunk/tests/test_introspection.html

    r338 r344  
    1616                                fields: 
    1717                                { 
    18                                         name:new GearsORM.Fields.String({maxLength:25}), 
     18                                        name:new GearsORM.Fields.String({maxLength:25}) 
    1919                                } 
    2020                        }); 
     
    2323                                fields: 
    2424                                { 
    25                                         name:new GearsORM.Fields.String({maxLength:25}), 
     25                                        name:new GearsORM.Fields.String({maxLength:25}) 
    2626                                } 
    2727                        });