Переглянути джерело

remove global variable pc

variable pc is not define var, so it will be a global variable
huang.xinghui 9 роки тому
батько
коміт
aa91075d75
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      jquery.nicescroll.js

+ 1 - 2
jquery.nicescroll.js

@@ -1300,11 +1300,10 @@
                   }
 
                   if (/SUBMIT|CANCEL|BUTTON/i.test($(tg).attr('type'))) {
-                    pc = {
+                    self.preventclick = {
                       "tg": tg,
                       "click": false
                     };
-                    self.preventclick = pc;
                   }
 
                 }