Skip to content

Commit

Permalink
Fix typo in disable_es6.yaml
Browse files Browse the repository at this point in the history
Changed DUK_USE_ES6_OBJECT_SETPROTOTYPEOFS to DUK_USE_ES6_OBJECT_SETPROTOTYPEOF
  • Loading branch information
cykoder authored Feb 7, 2021
1 parent 4e9039f commit 4a7d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/disable_es6.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Disable ES2015 features.

DUK_USE_ES6_OBJECT_PROTO_PROPERTY: false
DUK_USE_ES6_OBJECT_SETPROTOTYPEOFS: false
DUK_USE_ES6_OBJECT_SETPROTOTYPEOF: false
DUK_USE_ES6_PROXY: false

0 comments on commit 4a7d386

Please sign in to comment.