From 356a074fd634a669f3ba865685479bca7e5aa469 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 15 Mar 2013 03:26:07 +0100 Subject: [PATCH] Make code analyzer ignore the unused assignment It is used, as the comment above explains. --- src/jquery.uls.regionfilter.js | 1 + 1 file changed, 1 insertion(+) 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 ) {