Ignore:
Timestamp:
06/08/13 23:04:07 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Reorganizing for builds.

Mixing server and client doesn't play nice with builds. I'm going to
seperate them even more, so they don't share a Dojo version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/qed-client/model/schema.js

    r443 r451  
    122122        startDate:datetime(optional()),
    123123        endDate:datetime(optional()),
    124         mode:{type:'string',enum:['open','closed'],optional:true},
     124        mode:{type:'string','enum':['open','closed'],optional:true},
    125125        metadata:string(optional())
    126126    });
Note: See TracChangeset for help on using the changeset viewer.