refactor(): remove some prefixes

This commit is contained in:
Ibby
2017-03-01 19:35:35 -05:00
parent 0aee729e8e
commit 46f80555f7
6 changed files with 126 additions and 120 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ window.plugin = {
}
};
describe('GoogleMapsLatLngBounds', () => {
describe('LatLngBounds', () => {
const southwest = new GoogleMapsLatLng(1,1);
const northeast = new GoogleMapsLatLng(4,4);