Last change
on this file since 263 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
176 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo", |
---|
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.