Merge pull request #621 from djomp/patch-1
Fix for passing jake jshint #617
This commit is contained in:
commit
378a3339e6
@ -73,7 +73,9 @@ L.Circle = L.Path.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_checkIfEmpty: function () {
|
_checkIfEmpty: function () {
|
||||||
if(!this._map) return false;
|
if (!this._map) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
var vp = this._map._pathViewport,
|
var vp = this._map._pathViewport,
|
||||||
r = this._radius,
|
r = this._radius,
|
||||||
p = this._point;
|
p = this._point;
|
||||||
|
Loading…
Reference in New Issue
Block a user