Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dcloudio/mui
/ mid
Function
mid
examples/hello-mui/js/mui.js:591–593 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
589
};
590
//简单的wrap对象_mid
591
var
mid =
function
(obj) {
592
return
obj && (obj._mid || (obj._mid = _mid++));
593
};
594
//事件委托对象绑定的事件回调列表
595
var
delegateFns = {};
596
//返回事件委托的wrap事件回调
Callers
2
findDelegateFn
Function · 0.70
mui.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected