CVS commit by staikos:
this was a special case it seems
M +0 -2 bind_template.cpp 1.4
--- kdeextragear-2/kst/kst/extensions/js/bind_template.cpp #1.3:1.4
@@ -37,6 +37,4 @@ KstBindTemplate::KstBindTemplate(KJS::Ex
if (globalObject) {
globalObject->put(exec, "Template", o);
- } else {
- _d = new KstTemplate;
}
}