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:
238 bytes
|
Rev | Line | |
---|
[256] | 1 | define(["dojo/_base/lang", "./gfx/_base", "./gfx/renderer!"], |
---|
| 2 | function(lang, gfxBase, renderer){ |
---|
| 3 | // module: |
---|
| 4 | // dojox/gfx |
---|
| 5 | // summary: |
---|
| 6 | // This the root of the Dojo Graphics package |
---|
| 7 | gfxBase.switchTo(renderer); |
---|
| 8 | return gfxBase; |
---|
| 9 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.