mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-17 10:30:51 +02:00
Disting
This commit is contained in:
@@ -861,7 +861,7 @@ var _createClass = function () { function defineProperties(target, props) { for
|
|||||||
|
|
||||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||||||
|
|
||||||
var CLICKABLE_ELS = ['INPUT', 'SELECT', 'BUTTON', 'A', 'TEXTAREA'];
|
var CLICKABLE_ELS = ['INPUT', 'SELECT', 'OPTION', 'BUTTON', 'A', 'TEXTAREA'];
|
||||||
|
|
||||||
var ClickNav = function () {
|
var ClickNav = function () {
|
||||||
/**
|
/**
|
||||||
@@ -1396,7 +1396,7 @@ var Scroll = function () {
|
|||||||
|
|
||||||
this.timeout_ = setTimeout(function () {
|
this.timeout_ = setTimeout(function () {
|
||||||
_this.timeout_ = null;
|
_this.timeout_ = null;
|
||||||
}, 400);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
static/js/webslides.min.js
vendored
2
static/js/webslides.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user