html-patcher.js : add missing semicolon

pull/1/head
ansuz 9 years ago
parent 62ea172ff4
commit d1dd497457

@ -95,7 +95,7 @@ define([
if (PARANOIA && getInnerHTML(dom) !== docText) { throw new Error(); }
}
if (PARANOIA && docText.indexOf(content, idx) !== idx) { throw new Error() }
if (PARANOIA && docText.indexOf(content, idx) !== idx) { throw new Error(); }
return idx;
};

Loading…
Cancel
Save