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