Merge pull request #1663 from saatchiCEO/patch-1

Fixed typo `forown`
This commit is contained in:
Harutyun Amirjanyan 2013-10-28 22:24:56 -07:00
commit 93a88fcb5e

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