Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Oct 26, 2018
1 parent 32e113f commit 72d7131
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/can-view-parser-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,6 @@ testHelpers.dev.devOnlyTest('Fix false warning on missing closed quote (canjs/ca
equal(count, teardown());
};

/* jshint ignore:start */
var truthy = true;
/* jshint ignore:end */

makeWarnChecks('<div {{#if truthy}} class="current-page"{{/if}} />', [
"1: End quote is missing for current-page"
]);
Expand Down

0 comments on commit 72d7131

Please sign in to comment.