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.

18 lines (15 loc) 384 B
define([ "dojo/_base/declare", "dojox/mobile/dh/DataHandler" ], function(declare, DataHandler){ // module: // dojox/mobile/tests/doh/MyDataHandler // summary: return declare("dojox.mobile.tsets.doh.DataHandler", DataHandler, { constructor: function(){ console.log("This is MyDataHandler"); window._MyDataHandlerFlag = true; this.inherited(arguments); } }); });