CIDARLAB / 3DuF

Found unsafe function declarations JS-0073
Bug risk
Major
15 days ago2 years old
Function declared in a loop contains unsafe references to variable(s) 'scope_Locations'
2004            // Secondary passes. Now that all base values are set, apply constraints.
2005            // Iterate all handles to ensure constraints are applied for the entire slider (Issue #1009)
2006            for (; i < scope_HandleNumbers.length; ++i) {
2007                scope_HandleNumbers.forEach(function (handleNumber) {2008                    setHandle(handleNumber, scope_Locations[handleNumber], true, true, exactInput);2009                });2010            }
2011            setZindex();
2012            scope_HandleNumbers.forEach(function (handleNumber) {