fix __defineGetter__ errors on ie
This commit is contained in:
parent
0002bf4e4c
commit
aa76fffaf2
2 changed files with 26 additions and 8 deletions
|
|
@ -57,7 +57,7 @@ function HashHandler(config, platform) {
|
|||
return this.commandKeyBinding = val;
|
||||
});
|
||||
} else {
|
||||
this.commmandKeyBinding = commandKeyBinding;
|
||||
this.commmandKeyBinding = this.commandKeyBinding;
|
||||
}
|
||||
|
||||
this.addCommands(config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue