JS strict warning
This commit is contained in:
parent
9f959bf3e0
commit
c02755cb59
|
@ -165,7 +165,7 @@
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
if(count == null)
|
if(count == null)
|
||||||
{
|
{
|
||||||
seealso = this.item.getSeeAlso();
|
var seealso = this.item.getSeeAlso();
|
||||||
if(seealso)
|
if(seealso)
|
||||||
count = seealso.length;
|
count = seealso.length;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user