Undefined -> undefined

git-svn-id: http://macromates.com/svn/Bundles/trunk/Review/Bundles/JavaScript.tmbundle@10106 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
This commit is contained in:
subtlegradient
2008-07-02 17:01:15 +00:00
parent efa328fc93
commit b5363c34e5
+1 -1
View File
@@ -579,7 +579,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(Infinity|NaN|Undefined)\b</string>
<string>\b(Infinity|NaN|undefined)\b</string>
<key>name</key>
<string>constant.language.js</string>
</dict>