[Kst] kdeextragear-2/kst/kst/extensions/js
George Staikos
staikos at kde.org
Fri Apr 8 00:10:06 CEST 2005
CVS commit by staikos:
Kst is of course an object
M +1 -1 kstbinding.cpp 1.7
--- kdeextragear-2/kst/kst/extensions/js/kstbinding.cpp #1.6:1.7
@@ -61,5 +61,5 @@ bool KstBinding::implementsConstruct() c
bool KstBinding::implementsCall() const {
- return _id != KST_BINDING_CONSTRUCTOR;
+ return _id != KST_BINDING_CONSTRUCTOR && _id != KST_BINDING_NOCONSTRUCTOR;
}
More information about the Kst
mailing list