MCPcopy 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.jsFile · 0.85
addFunction · 0.85
jquery-1.5.1.jsFile · 0.85
addFunction · 0.85
jquery-1.4.2.jsFile · 0.85
addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected