source:
Dev/trunk/src/client/dojox/mobile/dh/HtmlScriptContentHandler.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 393 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "dojo/_base/declare", | |
3 | "./HtmlContentHandler", | |
4 | "../_ExecScriptMixin" | |
5 | ], function(declare, HtmlContentHandler, _ExecScriptMixin){ | |
6 | ||
7 | // module: | |
8 | // dojox/mobile/dh/HtmlScriptContentHandler | |
9 | ||
10 | return declare("dojox.mobile.dh.HtmlScriptContentHandler", [HtmlContentHandler, _ExecScriptMixin], { | |
11 | // summary: | |
12 | // An HTML content handler that has script execution capability. | |
13 | }); | |
14 | }); |
Note: See TracBrowser
for help on using the repository browser.