Make code analyzer ignore the unused assignment
It is used, as the comment above explains.
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
show: function () {
|
show: function () {
|
||||||
if ( this.cache ) {
|
if ( this.cache ) {
|
||||||
// If the result cache is present, render the results from there.
|
// If the result cache is present, render the results from there.
|
||||||
|
//noinspection JSUnusedAssignment
|
||||||
var result = null;
|
var result = null;
|
||||||
|
|
||||||
for ( result in this.cache ) {
|
for ( result in this.cache ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user