Skip to content

Commit

Permalink
Modify track and recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Holyoke committed Jun 4, 2015
1 parent 5779424 commit 763c0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/stores/KeyStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_resetKeys = function(keys){

_keys = $.extend({}, keys);
_keys = JSON.parse(JSON.stringify(keys));
};

root.KeyStore = $.extend({}, EventEmitter.prototype, {
Expand Down

0 comments on commit 763c0f3

Please sign in to comment.