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

George Staikos staikos at kde.org
Mon May 23 17:24:09 CEST 2005


SVN commit 417400 by staikos:

what an annoying little buglet to track down!  This fixes append() and
other methods of arrays


 M  +1 -1      bind_collection.cpp  


--- bind_collection.cpp #417399:417400
@@ -135,7 +135,7 @@
   }
   
   KJS::Value v = extract(exec, propertyName);
-  if (v.type() != KJS::NullType) {
+  if (v.type() != KJS::UndefinedType) {
     return v;
   }
   return KstBinding::get(exec, propertyName);


More information about the Kst mailing list