Skip to content

Commit 985157c

Browse files
committed
with new signature matcher
1 parent 3dcffad commit 985157c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/breinify-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13327,7 +13327,7 @@ dependencyScope.jQuery = $;;
1332713327
// check which one of the functions can be used
1332813328
var func = null;
1332913329
if (containsRegEx) {
13330-
var typeRegEx = new RegExp(types.toString(), 'i');
13330+
var typeRegEx = new RegExp('^' + types.toString() + '$', 'i');
1333113331

1333213332
Object.keys(pointer).forEach(function (key) {
1333313333
var matches = typeRegEx.exec(key);

0 commit comments

Comments
 (0)