Browse Source

remove unused

Evan You 13 năm trước cách đây
mục cha
commit
62a7ebe7db
1 tập tin đã thay đổi với 0 bổ sung11 xóa
  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