Skip to content

Commit 8d9fe1a

Browse files
committed
Renamed the flag
1 parent 26e48e1 commit 8d9fe1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Application/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ export default function(App, appData, platformSettings) {
126126
/**
127127
* This function overides the default keymap with the latest keymap.
128128
* @param overrideKeymap
129-
* @param keepDefaults
129+
* @param keepDuplicates
130130
*/
131-
overRideKeyMap(overrideKeymap, keepDefaults = false) {
131+
overRideKeyMap(overrideKeymap, keepDuplicates = false) {
132132
let baseKeymap = this.stage.application.config.keys
133133
if (keepDefaults) {
134134
baseKeymap = Object.assign({}, baseKeymap, overrideKeymap)

0 commit comments

Comments
 (0)