Make code analyzer ignore the unused assignment

It is used, as the comment above explains.
This commit is contained in:
Siebrand Mazeland
2013-03-15 03:26:07 +01:00
parent eea859b2e6
commit 356a074fd6

View File

@@ -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 ) {