Skip to content

Commit

Permalink
Fixed shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
JBaron committed Aug 7, 2017
1 parent bc3fd47 commit 84a9474
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ var Cats;
*/
registerCommand(id, fn) {
var name = COMMANDNAME[id];
console.log(name);
/* console.log(name); */
this.registry.set(id, {
name: name,
label: qx.locale.Manager.tr(name),
Expand Down

0 comments on commit 84a9474

Please sign in to comment.