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

Commit

Permalink
Fixed formatBlock not working on IE8.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 16, 2009
1 parent 6f1ff48 commit b76e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.Extras.js
Expand Up @@ -24,8 +24,8 @@ MooEditable.Actions.extend({
},
command: function(menulist, name){
var argument = '<' + name + '>';
this.execute('formatBlock', false, argument);
this.focus();
this.execute('formatBlock', false, argument);
}
},

Expand Down

0 comments on commit b76e23b

Please sign in to comment.