www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c02755cb596f5ffa2f8b24af976ac50b0c73de21
parent 9f959bf3e08fc365e0ddb69c6ec42022ae00d0f6
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  3 Oct 2006 16:05:43 +0000

JS strict warning


Diffstat:
Mchrome/content/zotero/bindings/relatedbox.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/bindings/relatedbox.xml b/chrome/content/zotero/bindings/relatedbox.xml @@ -165,7 +165,7 @@ <![CDATA[ if(count == null) { - seealso = this.item.getSeeAlso(); + var seealso = this.item.getSeeAlso(); if(seealso) count = seealso.length; else