snappymail/vendors/ckeditor/CUSTOMS

10 lines
232 B
Text
Raw Normal View History

fix[1] CKEDITOR.editor.prototype.resize
g=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement
->
g=null;
try{g=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement;}catch(e){}
---