merge
This commit is contained in:
sentsin
2017-09-20 00:25:15 +08:00
7 changed files with 1672 additions and 151 deletions

View File

@@ -162,7 +162,7 @@
//中止冒泡
lay.stope = function(e){
e = e || win.event;
e = e || window.event;
e.stopPropagation
? e.stopPropagation()
: e.cancelBubble = true;