Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix($parse): fixing typos in JS_KEYWORDS
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jan 24, 2012
1 parent 7da2bdb commit b2052d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ var getterFnCache = {},
forEach(
("abstract,boolean,break,byte,case,catch,char,class,const,continue,debugger,default," +
"delete,do,double,else,enum,export,extends,false,final,finally,float,for,function,goto," +
"if,implements,import,ininstanceof,intinterface,long,native,new,null,package,private," +
"if,implements,import,in,instanceof,int,interface,long,native,new,null,package,private," +
"protected,public,return,short,static,super,switch,synchronized,this,throw,throws," +
"transient,true,try,typeof,var,volatile,void,undefined,while,with").split(/,/),
function(key){ JS_KEYWORDS[key] = true;}
Expand Down

0 comments on commit b2052d0

Please sign in to comment.