1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 02:24:12 +02:00
This commit is contained in:
Antonio Laguna
2017-02-27 20:16:37 +01:00
parent 2e6471e2ee
commit 14e1b5b7b8
2 changed files with 3 additions and 3 deletions

View File

@@ -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"); } }
var CLICKABLE_ELS = ['INPUT', 'SELECT', 'BUTTON', 'A', 'TEXTAREA'];
var CLICKABLE_ELS = ['INPUT', 'SELECT', 'OPTION', 'BUTTON', 'A', 'TEXTAREA'];
var ClickNav = function () {
/**
@@ -1396,7 +1396,7 @@ var Scroll = function () {
this.timeout_ = setTimeout(function () {
_this.timeout_ = null;
}, 400);
}, 500);
}
/**

File diff suppressed because one or more lines are too long