Skip to content

Commit 0601081

Browse files
committed
dist build
1 parent e431648 commit 0601081

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

dist/js/tooltipster.bundle.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var defaults = {
8989
hasTransitions: transitionSupport(),
9090
IE: false,
9191
// don't set manually, it will be updated by a build task after the manifest
92-
semVer: '4.1.2',
92+
semVer: '4.1.3',
9393
window: win
9494
},
9595
core = function() {
@@ -1555,7 +1555,8 @@ $.Tooltipster.prototype = {
15551555
// call our constructor custom callback function
15561556
if (self.__options.functionAfter) {
15571557
self.__options.functionAfter.call(self, self, {
1558-
event: event
1558+
event: event,
1559+
origin: self._$origin[0]
15591560
});
15601561
}
15611562

dist/js/tooltipster.bundle.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.

dist/js/tooltipster.core.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var defaults = {
8989
hasTransitions: transitionSupport(),
9090
IE: false,
9191
// don't set manually, it will be updated by a build task after the manifest
92-
semVer: '4.1.2',
92+
semVer: '4.1.3',
9393
window: win
9494
},
9595
core = function() {
@@ -1555,7 +1555,8 @@ $.Tooltipster.prototype = {
15551555
// call our constructor custom callback function
15561556
if (self.__options.functionAfter) {
15571557
self.__options.functionAfter.call(self, self, {
1558-
event: event
1558+
event: event,
1559+
origin: self._$origin[0]
15591560
});
15601561
}
15611562

dist/js/tooltipster.core.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"scripts": {
4545
"test": "echo \"Error: no test specified\" && exit 1"
4646
},
47-
"version": "4.1.2"
47+
"version": "4.1.3"
4848
}

0 commit comments

Comments
 (0)