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.

15 lines (12 loc) 393 B
define([ "dojo/_base/declare", "./HtmlContentHandler", "../_ExecScriptMixin" ], function(declare, HtmlContentHandler, _ExecScriptMixin){ // module: // dojox/mobile/dh/HtmlScriptContentHandler return declare("dojox.mobile.dh.HtmlScriptContentHandler", [HtmlContentHandler, _ExecScriptMixin], { // summary: // An HTML content handler that has script execution capability. }); });