Explorar el Código

remove unused

Evan You hace 13 años
padre
commit
62a7ebe7db
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. 0 11
      src/directives/on.js

+ 0 - 11
src/directives/on.js

@@ -1,14 +1,3 @@
-var matches = 'atchesSelector',
-    prefixes = ['m', 'webkitM', 'mozM', 'msM']
-
-prefixes.some(function (prefix) {
-    var match = prefix + matches
-    if (document.body[match]) {
-        matches = match
-        return true
-    }
-})
-
 function delegateCheck (current, top, marker) {
     if (current[marker]) {
         return current