Moving the toolbar plugin calls.

This commit is contained in:
cohitre 2013-04-13 12:06:51 -07:00
parent 988653b8ce
commit 90837437c5
4 changed files with 16 additions and 9 deletions

View file

@ -131,6 +131,9 @@ var padeditbar = (function()
if (this.commands[cmd]) {
this.commands[cmd](cmd, padeditor.ace);
}
else {
console.log("Command doesn't exist", cmd);
}
}
if(padeditor.ace) padeditor.ace.focus();
},