[Kst] kdeextragear-2/kst/kst/extensions/js
George Staikos
staikos at kde.org
Tue Apr 19 05:24:01 CEST 2005
CVS commit by staikos:
I guess beta1 is useless for JS testing since I missed this symbol
M +7 -0 bind_vector.cpp 1.17
--- kdeextragear-2/kst/kst/extensions/js/bind_vector.cpp #1.16:1.17
@@ -369,3 +369,10 @@ KJS::Value KstBindVector::tagName(KJS::E
+KJS::Value KstBindVector::editable(KJS::ExecState *exec) const {
+ Q_UNUSED(exec)
+ KstReadLocker rl(_v);
+ return KJS::Boolean(_v->editable());
+}
+
+
// vim: ts=2 sw=2 et
More information about the Kst
mailing list