Skip to content

Commit

Permalink
dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Aug 19, 2016
1 parent e431648 commit 0601081
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions dist/js/tooltipster.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var defaults = {
hasTransitions: transitionSupport(),
IE: false,
// don't set manually, it will be updated by a build task after the manifest
semVer: '4.1.2',
semVer: '4.1.3',
window: win
},
core = function() {
Expand Down Expand Up @@ -1555,7 +1555,8 @@ $.Tooltipster.prototype = {
// call our constructor custom callback function
if (self.__options.functionAfter) {
self.__options.functionAfter.call(self, self, {
event: event
event: event,
origin: self._$origin[0]
});
}

Expand Down
2 changes: 1 addition & 1 deletion dist/js/tooltipster.bundle.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/js/tooltipster.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var defaults = {
hasTransitions: transitionSupport(),
IE: false,
// don't set manually, it will be updated by a build task after the manifest
semVer: '4.1.2',
semVer: '4.1.3',
window: win
},
core = function() {
Expand Down Expand Up @@ -1555,7 +1555,8 @@ $.Tooltipster.prototype = {
// call our constructor custom callback function
if (self.__options.functionAfter) {
self.__options.functionAfter.call(self, self, {
event: event
event: event,
origin: self._$origin[0]
});
}

Expand Down
2 changes: 1 addition & 1 deletion dist/js/tooltipster.core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.1.2"
"version": "4.1.3"
}

0 comments on commit 0601081

Please sign in to comment.