Fix for passing jake jshint

This commit is contained in:
djomp 2012-04-03 10:42:29 +02:00
parent 926ac5deb0
commit ecec332504

View File

@ -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;