Browse Source

Merge pull request #70 from qge/patch-1

Fix typo of multipleActions
Lauri Ojansivu 8 years ago
parent
commit
3a028f89b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/lib/escapeActions.js

+ 1 - 1
client/lib/escapeActions.js

@@ -44,7 +44,7 @@ EscapeActions = {
 
   executeLowest() {
     return this._execute({
-      multipleAction: false,
+      multipleActions: false,
     });
   },