referencestrip.js: declare undeclared variable

This commit is contained in:
Chris Adams 2013-06-18 17:56:39 -04:00
parent f8c77f65d7
commit 64d94ac2bd

View File

@ -399,7 +399,7 @@ function loadPanels(strip, viewerSize, scroll){
activePanelsStart = activePanelsStart < 0 ? 0 : activePanelsStart;
for( i = activePanelsStart; i < activePanelsEnd && i < strip.panels.length; i++ ){
element = strip.panels[ i ];
var element = strip.panels[ i ];
if ( !element.activePanel ){
miniViewer = new $.Viewer( {
id: element.id,