Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcloudio/mui
/ wrap
Function
wrap
js/mui.js:38–43 ·
view source on GitHub ↗
(dom, selector)
Source
from the content-addressed store, hash-verified
36
};
37
38
var
wrap =
function
(dom, selector) {
39
dom = dom || [];
40
Object.setPrototypeOf(dom, $.fn);
41
dom.selector = selector ||
''
;
42
return
dom;
43
};
44
45
$.uuid = 0;
46
Callers
1
$
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected