aboutsummaryrefslogtreecommitdiffstats
path: root/library/textcomplete/textcomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/textcomplete/textcomplete.js')
-rw-r--r--library/textcomplete/textcomplete.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/textcomplete/textcomplete.js b/library/textcomplete/textcomplete.js
index 5134be691..5507a102c 100644
--- a/library/textcomplete/textcomplete.js
+++ b/library/textcomplete/textcomplete.js
@@ -1863,7 +1863,7 @@ var DropdownItem = function () {
value: function destroy() {
this.el.removeEventListener("mousedown", this.onClick, false);
this.el.removeEventListener("mouseover", this.onMouseover, false);
- this.el.removeEventListener("touchstart", this.onClick, false);
+ //this.el.removeEventListener("touchstart", this.onClick, false);
if (this.active) {
this.dropdown.activeItem = null;
}
@@ -1954,7 +1954,7 @@ var DropdownItem = function () {
this._el = li;
li.addEventListener("mousedown", this.onClick);
li.addEventListener("mouseover", this.onMouseover);
- li.addEventListener("touchstart", this.onClick);
+ //li.addEventListener("touchstart", this.onClick);
return li;
}
}, {
@@ -2406,4 +2406,4 @@ if (typeof module != 'undefined' && typeof module.exports != 'undefined') {
/***/ })
/******/ ]);
-//# sourceMappingURL=textcomplete.js.map \ No newline at end of file
+//# sourceMappingURL=textcomplete.js.map