Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcloudio/mui
/ returnFalse
Function
returnFalse
js/mui.event.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
};
32
//默认false返回函数
33
var
returnFalse =
function
() {
34
return
false
35
};
36
//wrap浏览器事件
37
var
compatible =
function
(event, target) {
38
if
(!event.detail) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected