Fix for passing jake jshint
This commit is contained in:
parent
926ac5deb0
commit
ecec332504
@ -73,7 +73,9 @@ L.Circle = L.Path.extend({
|
||||
},
|
||||
|
||||
_checkIfEmpty: function () {
|
||||
if(!this._map) return false;
|
||||
if (!this._map) {
|
||||
return false;
|
||||
}
|
||||
var vp = this._map._pathViewport,
|
||||
r = this._radius,
|
||||
p = this._point;
|
||||
|
Loading…
Reference in New Issue
Block a user