Skip to content

Commit ea537bc

Browse files
committed
jshint cleanup
1 parent ad8d94c commit ea537bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery.jgrowl.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@
361361
this.interval = setInterval( function() {
362362
// some error in chage ^^
363363
var instance = $(e).data('jGrowl.instance');
364-
if (undefined != instance) {
365-
instance.update();
366-
}
364+
if (undefined !== instance) {
365+
instance.update();
366+
}
367367
}, parseInt(this.defaults.check, 10));
368368
},
369369

0 commit comments

Comments
 (0)