Fix jshint unhappiness (Thanks @Guiswa)
This commit is contained in:
parent
dad3996d0e
commit
365a5b3b02
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user