Skip to content

Commit 22e9ee2

Browse files
committed
made sure the extend is correct
1 parent 44df2a2 commit 22e9ee2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/breinify-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13450,7 +13450,7 @@ dependencyScope.jQuery = $;;
1345013450
return;
1345113451
}
1345213452

13453-
var combinedValue = $.extend({
13453+
var combinedValue = $.extend(true, {
1345413454
'user': {},
1345513455
'activity': {
1345613456
'category': null,

0 commit comments

Comments
 (0)