Browse Source

remove unused

Evan You 13 years ago
parent
commit
62a7ebe7db
1 changed files with 0 additions and 11 deletions
  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) {
 function delegateCheck (current, top, marker) {
     if (current[marker]) {
     if (current[marker]) {
         return current
         return current