fixing lines and adding childs when shrinked children

This commit is contained in:
Pablo Luna
2011-04-20 09:43:04 +01:00
parent b678344991
commit bb6c9702e2
6 changed files with 7 additions and 7 deletions

View File

@@ -403,7 +403,7 @@ var nicEditor = bkClass.extend({
return false;
}
} while(t = t.parentNode);
this.fireEvent('blur',this.<selectedInstance,t);
this.fireEvent('blur',this.selectedInstance,t);
this.lastSelectedInstance = this.selectedInstance;
this.selectedInstance = null;
return false;