JS strict warning

This commit is contained in:
Dan Stillman 2006-10-03 16:05:43 +00:00
parent 9f959bf3e0
commit c02755cb59

View file

@ -165,7 +165,7 @@
<![CDATA[
if(count == null)
{
seealso = this.item.getSeeAlso();
var seealso = this.item.getSeeAlso();
if(seealso)
count = seealso.length;
else