[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Wed Jun 1 16:21:53 CEST 2005


SVN commit 420838 by staikos:

Make it possible to create plots again - oops


 M  +3 -0      bind_plot.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/bind_plot.cpp #420837:420838
@@ -39,6 +39,9 @@
 : KstBindViewObject(exec, globalObject, "Plot") {
   KJS::Object o(this);
   addBindings(exec, o);
+  if (globalObject) {
+    globalObject->put(exec, "Plot", o);
+  }
 }
 
 


More information about the Kst mailing list