Test the right class
This commit is contained in:
parent
c3ad2bc0c3
commit
2cca6586dc
@ -2,10 +2,10 @@ describe('LatLngBounds', function() {
|
||||
var a, c;
|
||||
|
||||
beforeEach(function() {
|
||||
a = new L.Bounds(
|
||||
new L.Point(14, 12),
|
||||
new L.Point(30, 40));
|
||||
c = new L.Bounds();
|
||||
a = new L.LatLngBounds(
|
||||
new L.LatLng(14, 12),
|
||||
new L.LatLng(30, 40));
|
||||
c = new L.LatLngBounds();
|
||||
});
|
||||
|
||||
describe('#isValid', function() {
|
||||
|
Loading…
Reference in New Issue
Block a user