Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ bind
Method
bind
contributed/somafm/ScrollerBehaviors.js:37–39 ·
view source on GitHub ↗
(behavior, scroller)
Source
from the content-addressed store, hash-verified
35
this.k = 0.0015;
36
}
37
bind(behavior, scroller) {
38
behavior.mode = this;
39
}
40
computeDistance(v0, v1, k) {
41
return
(v0 - v1) / k
42
}
Callers
15
addMachine
Function · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
send
Method · 0.45
monitor
Method · 0.45
monitorTask
Method · 0.45
publish
Method · 0.45
subscribe
Method · 0.45
makeRequest
Function · 0.45
constructor
Method · 0.45
addClient
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected