Merge pull request #1278 from danzel/master
Fix jshint unhappiness (Thanks @Guiswa)
This commit is contained in:
commit
a598e2bc75
@ -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