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

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MArc committed Aug 16, 2011
1 parent f18b56e commit 25a2a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -630,7 +630,7 @@ this.MooEditable = new Class({
this.execute(command, false, args);
if (this.mode == 'iframe') this.checkStates();

var map = {'bold':'i', 'italic':'i', 'underline':'u', 'strikethrough':'strike'};
var map = {'bold':'b', 'italic':'i', 'underline':'u', 'strikethrough':'strike'};

if( ['bold', 'italic', 'underline', 'strikethrough'].contains( command ) ){
var node = this.selection.getNode();
Expand Down

0 comments on commit 25a2a39

Please sign in to comment.