Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Remove useless escape
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed May 6, 2013
1 parent 83fd359 commit af004b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tags/for.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ module.exports = function (indent, parser) {
throw new Error('Invalid arguments (' + operand2.name + ') passed to "for" tag');
}

operand1 = helpers.escapeVarName(operand1);

loopShared = 'loop.index = __loopIndex + 1;\n' +
'loop.index0 = __loopIndex;\n' +
'loop.revindex = __loopLength - loop.index0;\n' +
Expand Down

0 comments on commit af004b3

Please sign in to comment.