Archived
1
0

Removing debugging print.

This commit is contained in:
Dan Helfman 2009-01-21 13:36:14 -08:00
parent a05081166a
commit 10e2742ec5

View File

@ -285,7 +285,6 @@ Editor.prototype.set_iframe_contents = function ( contents_text ) {
} }
Editor.prototype.enable_design_mode = function () { Editor.prototype.enable_design_mode = function () {
console.log( "design mode:", this.document.designMode );
if ( this.iframe.contentDocument ) { // browsers such as Firefox if ( this.iframe.contentDocument ) { // browsers such as Firefox
if ( this.edit_enabled ) if ( this.edit_enabled )
this.document.designMode = "On"; this.document.designMode = "On";