Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Missed this one.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Feb 15, 2009
1 parent 7312bfd commit 8e15072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/MooEditable/MooEditable.js
Expand Up @@ -229,8 +229,7 @@ var MooEditable = new Class({
});
if (!isBlock) this.execute('insertparagraph');
}
}
else {
} else {
if (Browser.Engine.trident){
var r = this.selection.getRange();
var node = this.selection.getNode();
Expand Down

0 comments on commit 8e15072

Please sign in to comment.