UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

20 lines (18 loc) 398 B
define([ "dojo/_base/kernel", "dojo/_base/lang", "./xml/DomParser", "./sketch/UndoStack", "./sketch/Figure", "./sketch/Toolbar" ], function(dojo){ dojo.getObject("sketch", true, dojox); /*===== return { // summary: // Deprecated. Should require dojox/sketch modules directly rather than trying to access them through // this module. }; =====*/ return dojox.sketch; });