Archived
1
0

IE really doesn't like those extra commas.

This commit is contained in:
Dan Helfman 2009-01-13 13:52:26 -08:00
parent 9f43399947
commit 2516f30625

View File

@ -147,7 +147,7 @@ Editor.prototype.create_iframe = function ( position_after ) {
"id": iframe_id,
"name": iframe_id,
"class": "note_frame invisible",
"onresize": function () { setTimeout( function () { self.resize() }, 50 ); },
"onresize": function () { setTimeout( function () { self.resize() }, 50 ); }
}
);
this.iframe.editor = this;