Fixed typo forown
for|forown -> for|own
This commit is contained in:
parent
e8bb1e38e7
commit
4a0fc33c65
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ define(function(require, exports, module) {
|
|||
|
||||
var keywords = (
|
||||
"this|throw|then|try|typeof|super|switch|return|break|by|continue|" +
|
||||
"catch|class|in|instanceof|is|isnt|if|else|extends|for|forown|" +
|
||||
"catch|class|in|instanceof|is|isnt|if|else|extends|for|own|" +
|
||||
"finally|function|while|when|new|no|not|delete|debugger|do|loop|of|off|" +
|
||||
"or|on|unless|until|and|yes"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue