Skip to content

Commit

Permalink
\!
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Mar 28, 2012
1 parent 598ce56 commit e91bb61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jslint.js
@@ -1,5 +1,5 @@
// jslint.js
// 2012-03-15
// 2012-03-27

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

Expand Down Expand Up @@ -677,7 +677,8 @@ var JSLINT = (function () {
'r': '\r',
'"': '"',
'/': '/',
'\\': '\\'
'\\': '\\',
'!': '!'
},

devel = array_to_object([
Expand Down Expand Up @@ -6387,7 +6388,7 @@ klass: do {
};
itself.jslint = itself;

itself.edition = '2012-03-15';
itself.edition = '2012-03-27';

return itself;
}());

0 comments on commit e91bb61

Please sign in to comment.