Last change
on this file since 483 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
393 bytes
|
Line | |
---|
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.