Skip to content

Commit 77543bf

Browse files
committed
v 1.1.1 fixed backwards compatibility
1 parent 16b8b3b commit 77543bf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

angular-map-md.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@
273273
this.address.number = null;
274274
this.address.addressString = null;
275275
this.clearPositionData();
276-
this.clearBuildingData();
277276
};
278277

279278
return this;

source/services/address-container.service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@
254254
this.address.number = null;
255255
this.address.addressString = null;
256256
this.clearPositionData();
257-
this.clearBuildingData();
258257
};
259258

260259
return this;

0 commit comments

Comments
 (0)