JS strict warning
This commit is contained in:
parent
9f959bf3e0
commit
c02755cb59
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
<![CDATA[
|
||||
if(count == null)
|
||||
{
|
||||
seealso = this.item.getSeeAlso();
|
||||
var seealso = this.item.getSeeAlso();
|
||||
if(seealso)
|
||||
count = seealso.length;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue