]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/charting/plot2d/Lines.js
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojox / charting / plot2d / Lines.js
diff --git a/static/dojo-release-1.1.1/dojox/charting/plot2d/Lines.js b/static/dojo-release-1.1.1/dojox/charting/plot2d/Lines.js
deleted file mode 100644 (file)
index 34e6897..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if(!dojo._hasResource["dojox.charting.plot2d.Lines"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
-dojo._hasResource["dojox.charting.plot2d.Lines"] = true;
-dojo.provide("dojox.charting.plot2d.Lines");
-
-dojo.require("dojox.charting.plot2d.Default");
-
-dojo.declare("dojox.charting.plot2d.Lines", dojox.charting.plot2d.Default, {
-       constructor: function(){
-               this.opt.lines = true;
-       }
-});
-
-}