Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcloudio/mui
/ mid
Function
mid
js/mui.event.js:56–58 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
54
};
55
//简单的wrap对象_mid
56
var
mid =
function
(obj) {
57
return
obj && (obj._mid || (obj._mid = _mid++));
58
};
59
//事件委托对象绑定的事件回调列表
60
var
delegateFns = {};
61
//返回事件委托的wrap事件回调
Callers
2
findDelegateFn
Function · 0.70
mui.event.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected