mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Fixed Simulator to actually use protectAPI.
This commit is contained in:
parent
3e87d54663
commit
d289ca825e
1 changed files with 1 additions and 2 deletions
|
@ -231,9 +231,8 @@ module.exports = class Simulator extends CocoClass
|
|||
createAether: (methodName, method) ->
|
||||
aetherOptions =
|
||||
functionName: methodName
|
||||
protectAPI: false
|
||||
protectAPI: true
|
||||
includeFlow: false
|
||||
#includeFlow: true
|
||||
requiresThis: true
|
||||
yieldConditionally: false
|
||||
problems:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue