Browse Source

Remove unused assignment

pull/48/head
opennota 10 years ago
parent
commit
b31b675a30
  1. 2
      lib/rules_block/reference.js

2
lib/rules_block/reference.js

@ -24,7 +24,7 @@ module.exports = function reference(state, startLine, _endLine, silent) {
title,
lines = 0,
pos = state.bMarks[startLine] + state.tShift[startLine],
max = state.eMarks[startLine],
max,
nextLine = startLine + 1;
if (state.src.charCodeAt(pos) !== 0x5B/* [ */) { return false; }

Loading…
Cancel
Save