Skip to content

Commit 7b15241

Browse files
committed
changed usage of signature
1 parent 6779f00 commit 7b15241

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

dist/breinify-api.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13460,9 +13460,7 @@ dependencyScope.jQuery = $;;
1346013460

1346113461
// make sure we have a result and send the activity
1346213462
if ($.isPlainObject(values) && $.isPlainObject(values.user) && $.isPlainObject(values.utmData)) {
13463-
Breinify.activity(values.user, 'utmData', null, null, values.utmData, null, function() {
13464-
// nothing to do
13465-
});
13463+
Breinify.activity(values.user, 'utmData', null, null, values.utmData);
1346613464
}
1346713465
},
1346813466

0 commit comments

Comments
 (0)