html-patcher.js : add missing semicolon
This commit is contained in:
parent
62ea172ff4
commit
d1dd497457
@ -95,7 +95,7 @@ define([
|
|||||||
if (PARANOIA && getInnerHTML(dom) !== docText) { throw new Error(); }
|
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;
|
return idx;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user