jshint
This commit is contained in:
parent
ea2c397523
commit
e6d857eb70
@ -11,5 +11,5 @@ describe('Path', function () {
|
||||
var path = new L.Path();
|
||||
expect(path.bringToFront()).to.equal(path);
|
||||
});
|
||||
})
|
||||
});
|
||||
});
|
||||
|
@ -82,7 +82,7 @@ L.ImageOverlay = L.Layer.extend({
|
||||
return events;
|
||||
},
|
||||
|
||||
getBounds: function() {
|
||||
getBounds: function () {
|
||||
return this._bounds;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user