Changeset 468 for Dev/trunk/src/client/qed-client/store.js
- Timestamp:
- 06/26/13 21:17:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/store.js
r466 r468 5 5 'dojox/json/schema', 6 6 './model/schema', 7 './request', 7 8 './store/CouchStore' 8 ],function(stamp,Cache,Memory,jsonSchema,schema, CouchStore){9 ],function(stamp,Cache,Memory,jsonSchema,schema,request,CouchStore){ 9 10 10 11 var couchStore = new CouchStore({ 11 target: 'api/data/' /*, 12 target: 'api/data/', 13 request: request /*, 12 14 validate: function(object) { 13 15 var result = jsonSchema.validate(object,schema);
Note: See TracChangeset
for help on using the changeset viewer.