Last change
on this file since 256 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:
223 bytes
|
Rev | Line | |
---|
[256] | 1 | define([ |
---|
| 2 | "dojo/_base/kernel", |
---|
| 3 | "dojo/_base/lang", |
---|
| 4 | "./xml/DomParser", |
---|
| 5 | "./sketch/UndoStack", |
---|
| 6 | "./sketch/Figure", |
---|
| 7 | "./sketch/Toolbar" |
---|
| 8 | ], function(dojo){ |
---|
| 9 | dojo.getObject("sketch", true, dojox); |
---|
| 10 | return dojox.sketch; |
---|
| 11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.