source:
Dev/trunk/src/client/dojo/tests/data.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "../main", | |
3 | "./data/utils", | |
4 | "./data/ItemFileReadStore", | |
5 | "./data/ItemFileWriteStore", | |
6 | "./data/ObjectStore"], function(dojo){ | |
7 | dojo.config.usePlainJson = true; | |
8 | }); | |
9 | ||
10 |
Note: See TracBrowser
for help on using the repository browser.