witten
/
luminotes
Archived
1
0
Fork 0

Got highlight working again with the new shared iframes.

This commit is contained in:
Dan Helfman 2009-01-22 22:36:24 -08:00
parent 51a568c39c
commit a90a2a842e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ Editor.prototype.highlight = function ( scroll ) {
var self = this;
function do_highlight() {
if ( self.div ) {
if ( !self.iframe ) {
new Highlight( self.div, options = { "queue": { "scope": "highlight", "limit": 1 } } );
return;
}