fix __defineGetter__ errors on ie

This commit is contained in:
nightwing 2013-10-05 14:00:15 +04:00
commit aa76fffaf2
2 changed files with 26 additions and 8 deletions

View file

@ -57,7 +57,7 @@ function HashHandler(config, platform) {
return this.commandKeyBinding = val;
});
} else {
this.commmandKeyBinding = commandKeyBinding;
this.commmandKeyBinding = this.commandKeyBinding;
}
this.addCommands(config);