Compile.
parent
c804b3715e
commit
48f96318d4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue