Skip to content

Commit d45ae15

Browse files
committed
chore(build)
1 parent 6977bce commit d45ae15

File tree

5 files changed

+3066
-636
lines changed

5 files changed

+3066
-636
lines changed

dist/forms-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2930,7 +2930,7 @@ var fng;
29302930
}
29312931
};
29322932
var convertIdToListValue = function convertIdToListValue(id, idsArray, valuesArray, fname) {
2933-
if (typeof id === 'Object') {
2933+
if (typeof (id) === 'object') {
29342934
id = id.id;
29352935
}
29362936
var index = idsArray.indexOf(id);

dist/forms-angular.min.js

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

0 commit comments

Comments
 (0)