]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/highlight/languages/_dynamic.js
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojox / highlight / languages / _dynamic.js
diff --git a/static/dojo-release-1.1.1/dojox/highlight/languages/_dynamic.js b/static/dojo-release-1.1.1/dojox/highlight/languages/_dynamic.js
deleted file mode 100644 (file)
index a3b510b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-if(!dojo._hasResource["dojox.highlight.languages._dynamic"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
-dojo._hasResource["dojox.highlight.languages._dynamic"] = true;
-dojo.provide("dojox.highlight.languages._dynamic");
-
-/* common scripted languages */
-dojo.require("dojox.highlight.languages.python");
-// dojo.require("dojox.highlight.languages.perl");
-// dojo.require("dojox.highlight.languages.php");
-// dojo.require("dojox.highlight.languages.ruby");
-
-}