useless var statement (function scope)

This commit is contained in:
webzwo0i 2013-12-08 11:37:47 +01:00
parent 51769585a9
commit f968b5a057

View file

@ -342,7 +342,8 @@ function getHTMLFromAtext(pad, atext, authorColors)
assem.append(_encodeWhitespace(Security.escapeHTML(s)));
} // end iteration over spans in line
var tags2close = [];
// close all the tags that are open after the last op
tags2close = [];
for (var i = propVals.length - 1; i >= 0; i--)
{
if (propVals[i])