Skip to content

Commit 5237530

Browse files
committed
rebuild post #369
1 parent a8a4e1f commit 5237530

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/highcharts-ng.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.ex
111111
destination[i] = deepExtend(destination[i] || {}, source[i]);
112112
}
113113
} else if (angular.isObject(source)) {
114+
destination = angular.isObject(destination) ? destination : {};
114115
for (var property in source) {
115116
destination[property] = deepExtend(destination[property] || {}, source[property]);
116117
}

dist/highcharts-ng.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)