Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 1f00abc

Browse files
committed
chore(build all): preparing for new version
1 parent bbb545b commit 1f00abc

5 files changed

+7
-7
lines changed

dist/angular-google-maps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6872,7 +6872,7 @@ Original idea from: http://stackoverflow.com/questions/22758950/google-map-drawi
68726872
if (s == null) {
68736873
s = scope;
68746874
}
6875-
if (_.includes(disabledEvents, 'center')) {
6875+
if (!_.includes(disabledEvents, 'center')) {
68766876
if (s.center.latitude !== c.lat()) {
68776877
s.center.latitude = c.lat();
68786878
}

dist/angular-google-maps.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps_dev_mapped.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6872,7 +6872,7 @@ Original idea from: http://stackoverflow.com/questions/22758950/google-map-drawi
68726872
if (s == null) {
68736873
s = scope;
68746874
}
6875-
if (_.includes(disabledEvents, 'center')) {
6875+
if (!_.includes(disabledEvents, 'center')) {
68766876
if (s.center.latitude !== c.lat()) {
68776877
s.center.latitude = c.lat();
68786878
}

dist/angular-google-maps_dev_mapped.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps_dev_mapped.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)