This commit is contained in:
Paulo Gustavo Veiga 2011-04-18 20:23:01 -03:00
parent c804b3715e
commit 48f96318d4

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;