Skip to content

Commit 5fe3186

Browse files
author
bozdoz
committed
fix to travis issue; fix to minified files;
1 parent c4de80d commit 5fe3186

File tree

6 files changed

+50
-1002
lines changed

6 files changed

+50
-1002
lines changed

intro.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,8 +1259,7 @@
12591259
self._introCompleteCallback.call(self);
12601260
}
12611261

1262-
1263-
if (self._introItems.length - 1 != self._currentStep && typeof (self._introExitCallback) === 'function') {
1262+
if (self._introItems.length - 1 !== self._currentStep && typeof (self._introExitCallback) === 'function') {
12641263
self._introExitCallback.call(self);
12651264
}
12661265

minified/intro.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.

minified/introjs-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/introjs.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)