Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/unconed/TermKit
/ value
Function
value
HTML/indicators/progress.js:24–26 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
22
},
23
24
set value(value) {
25
this._value = Math.max(this.min, Math.min(this.max, value));
26
},
27
get value() {
28
return
this._value;
29
},
Callers
6
jquery.js
File · 0.85
add
Function · 0.85
jquery-1.5.1.js
File · 0.85
add
Function · 0.85
jquery-1.4.2.js
File · 0.85
add
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected