We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9358946 + a06d42b commit fc6f535Copy full SHA for fc6f535
lib/draggable.js
@@ -38,8 +38,6 @@ function matchesSelector(el, selector) {
38
return el.msMatchesSelector(selector);
39
} else if (isFunction(el.oMatchesSelector)) {
40
return el.oMatchesSelector(selector);
41
- } else if (isFunction(el.webkitMatchesSelector)) {
42
- return el.webkitMatchesSelector(selector);
43
}
44
45
0 commit comments