浏览代码

Fix show of null

ronar 9 年之前
父节点
当前提交
6c06be63fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jquery.nicescroll.js

+ 1 - 1
jquery.nicescroll.js

@@ -2368,7 +2368,7 @@
 			if (!self.haswrapper) self.hide();	
 			if (self.hlazyresize) clearTimeout(self.hlazyresize);
 			self.hlazyresize = setTimeout(function(){
-				self.show().resize();
+				self && self.show().resize();
 			},240);
 			
       return self;