瀏覽代碼

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;
                   }
 
                 }