diff options
Diffstat (limited to 'js/dojo/dojox/html.js')
| -rw-r--r-- | js/dojo/dojox/html.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/dojo/dojox/html.js b/js/dojo/dojox/html.js new file mode 100644 index 0000000..fa2fddf --- /dev/null +++ b/js/dojo/dojox/html.js @@ -0,0 +1,4 @@ +//>>built +define("dojox/html", ["./html/_base"], function (html) { + return html; +});
\ No newline at end of file |
