source: Dev/trunk/src/client/dojox/drawing/_base.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 140 bytes
RevLine 
[483]1define(["dojo", "./annotations/Label", "./Drawing"
2  ],function(dojo, L, Drawing){
3dojo.experimental("dojox.drawing");
4return Drawing;
5});
6
Note: See TracBrowser for help on using the repository browser.