Skip to content

Commit 6ff0e8f

Browse files
author
Stephen Lin
committed
add union and extend mocking for LatLngBounds
1 parent 77b71da commit 6ff0e8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stub.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ window.google = {
6161
west: sw ? (sw.lng || sw.longitude) : 0,
6262
east: ne ? (ne.lng || ne.longitude) : 0,
6363
}),
64+
union: noop,
65+
extend: noop,
6466
};
6567
},
6668
Map: function() {

0 commit comments

Comments
 (0)