Skip to content

Commit

Permalink
~~
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Jan 30, 2012
1 parent 10fd7b7 commit 2c83b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jslint.js
Expand Up @@ -1138,7 +1138,7 @@ var JSLINT = (function () {

function warn(message, offender, a, b, c, d) {
var character, line, warning;
offender = offender || next_token; // `~
offender = offender || next_token; // ~~
line = offender.line || 0;
character = offender.from || 0;
warning = {
Expand Down Expand Up @@ -6110,7 +6110,7 @@ klass: do {
indent = null;
advance('(end)');
} catch (e) {
if (e) { // `~
if (e) { // ~~
JSLINT.errors.push({
reason : e.message,
line : e.line || next_token.line,
Expand Down

0 comments on commit 2c83b69

Please sign in to comment.