diff --git a/src/jquery.uls.regionfilter.js b/src/jquery.uls.regionfilter.js index 8377a65..9b4ae47 100644 --- a/src/jquery.uls.regionfilter.js +++ b/src/jquery.uls.regionfilter.js @@ -70,6 +70,7 @@ show: function () { if ( this.cache ) { // If the result cache is present, render the results from there. + //noinspection JSUnusedAssignment var result = null; for ( result in this.cache ) {