Skip to content

Commit 0daaeff

Browse files
committed
build
1 parent 57423dc commit 0daaeff

4 files changed

+12
-13
lines changed

dist/js/tooltipster.bundle.js

+8-9
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.2.7',
92+
semVer: '4.2.8',
9393
window: win
9494
},
9595
core = function() {
@@ -3526,19 +3526,18 @@ $.tooltipster._plugin({
35263526
self.__options.distance = [self.__options.distance];
35273527
}
35283528
if (self.__options.distance.length < 4) {
3529-
35303529
if (self.__options.distance[1] === undefined) self.__options.distance[1] = self.__options.distance[0];
35313530
if (self.__options.distance[2] === undefined) self.__options.distance[2] = self.__options.distance[0];
35323531
if (self.__options.distance[3] === undefined) self.__options.distance[3] = self.__options.distance[1];
3533-
3534-
self.__options.distance = {
3535-
top: self.__options.distance[0],
3536-
right: self.__options.distance[1],
3537-
bottom: self.__options.distance[2],
3538-
left: self.__options.distance[3]
3539-
};
35403532
}
35413533

3534+
self.__options.distance = {
3535+
top: self.__options.distance[0],
3536+
right: self.__options.distance[1],
3537+
bottom: self.__options.distance[2],
3538+
left: self.__options.distance[3]
3539+
};
3540+
35423541
// let's transform:
35433542
// 'top' into ['top', 'bottom', 'right', 'left']
35443543
// 'right' into ['right', 'left', 'top', 'bottom']

dist/js/tooltipster.bundle.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/tooltipster.main.js

+1-1
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.2.7',
92+
semVer: '4.2.8',
9393
window: win
9494
},
9595
core = function() {

dist/js/tooltipster.main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)