Fix jshint unhappiness (Thanks @Guiswa)

This commit is contained in:
danzel 2013-01-15 10:51:36 +13:00
parent dad3996d0e
commit 365a5b3b02

View File

@ -19,7 +19,7 @@ L.Icon.Default = L.Icon.extend({
return this.options[key]; return this.options[key];
} }
if (L.Browser.retina && name == 'icon') { if (L.Browser.retina && name === 'icon') {
name += '@2x'; name += '@2x';
} }