remove dependence on PlotKit.Base as well
[dygraphs.git] / plotkit_v091 / PlotKit / Base.js
index 41f16ca..e672c0f 100644 (file)
@@ -29,25 +29,6 @@ catch (e) {
 }
 
 // -------------------------------------------------------------------
-// Inject Common Shortcuts we use into MochiKit.Color.Color
-// -------------------------------------------------------------------
-
-MochiKit.Base.update(MochiKit.Color.Color.prototype, {
-    asFillColor: function() {
-        return this.lighterColorWithLevel(0.3);
-    },
-        
-    asStrokeColor: function() {
-        return this.darkerColorWithLevel(0.1);
-    },
-
-    asPointColor: function() {
-        return this.lighterColorWithLevel(0.1);
-    }
-});
-
-
-// -------------------------------------------------------------------
 // Define our own PlotKit namespace
 // -------------------------------------------------------------------