Browse Source

Fix typo of multipleActions

Curtis G 8 years ago
parent
commit
a4328bd309
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() {
   executeLowest() {
     return this._execute({
     return this._execute({
-      multipleAction: false,
+      multipleActions: false,
     });
     });
   },
   },