Fixed typo forown

for|forown -> for|own
This commit is contained in:
saatchiCEO 2013-10-29 00:22:58 +03:00
commit 4a0fc33c65

View file

@ -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"
);