Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Mar 1, 2012
1 parent 8546d17 commit 68e7a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jslint.js
@@ -1,5 +1,5 @@
// jslint.js
// 2012-02-23
// 2012-03-02

// Copyright (c) 2002 Douglas Crockford (www.JSLint.com)

Expand Down Expand Up @@ -945,7 +945,7 @@ var JSLINT = (function () {
// outer html token
ox = /[>&]|<[\/!]?|--/,
// attributes characters
qx = /[^a-zA-Z0-9+\-_\/ ]/,
qx = /[^a-zA-Z0-9+\-_\/. ]/,
// style
sx = /^\s*([{}:#%.=,>+\[\]@()"';]|[*$\^~]=|[a-zA-Z_][a-zA-Z0-9_\-]*|[0-9]+|<\/|\/\*)/,
ssx = /^\s*([@#!"'};:\-%.=,+\[\]()*_]|[a-zA-Z][a-zA-Z0-9._\-]*|\/\*?|\d+(?:\.\d+)?|<\/)/,
Expand Down Expand Up @@ -6386,7 +6386,7 @@ klass: do {
};
itself.jslint = itself;

itself.edition = '2012-02-23';
itself.edition = '2012-03-02';

return itself;
}());

0 comments on commit 68e7a41

Please sign in to comment.