remove dependence on Layout.js
[dygraphs.git] / plotkit_v091 / PlotKit / Canvas.js
index 5370cb6..044caba 100644 (file)
@@ -22,8 +22,7 @@
 // --------------------------------------------------------------------
 
 try {    
-    if ((typeof(PlotKit.Base) == 'undefined') ||
-        (typeof(PlotKit.Layout) == 'undefined'))
+    if (typeof(PlotKit.Base) == 'undefined')
     {
         throw "";    
     }