Skip to content

Commit

Permalink
move keyboard.json temporarily to fix production build packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Dec 7, 2012
1 parent 8f0aaff commit 36f7f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/KeyBindingManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ define(function (require, exports, module) {
KeyEvent = require("utils/KeyEvent"),
Strings = require("strings");

var KeyboardPrefs = JSON.parse(require("text!defaults/keyboard.json"));
var KeyboardPrefs = JSON.parse(require("text!command/keyboard.json"));

/**
* Maps normalized shortcut descriptor to key binding info.
Expand Down
File renamed without changes.

0 comments on commit 36f7f96

Please sign in to comment.