This commit is contained in:
John Firebaugh 2014-11-05 15:21:51 -08:00
parent ea2c397523
commit e6d857eb70
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ describe('Path', function () {
var path = new L.Path();
expect(path.bringToFront()).to.equal(path);
});
})
});
});

View File

@ -82,7 +82,7 @@ L.ImageOverlay = L.Layer.extend({
return events;
},
getBounds: function() {
getBounds: function () {
return this._bounds;
},