Fix JS strict error in overlay.js

This commit is contained in:
Dan Stillman 2008-05-14 08:52:49 +00:00
parent 5183a04b32
commit 61755d4286

View File

@ -635,7 +635,7 @@ var ZoteroPane = new function()
tagSelector.setAttribute('height', maxTS); tagSelector.setAttribute('height', maxTS);
} }
height = tagSelector.boxObject.height; var height = tagSelector.boxObject.height;
/* /*
Zotero.debug("tagSelector.boxObject.height: " + tagSelector.boxObject.height); Zotero.debug("tagSelector.boxObject.height: " + tagSelector.boxObject.height);