MCPcopy
hub / github.com/dbolya/yolact / append_html

Function append_html

web/scripts/viewer.js:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 var html = '';
107
108 var append_html = function() {
109 $('#control_box').append(html);
110 html = '';
111 }
112
113 var make_slider = function (name, setting, min, max) {
114 settings[setting] = Math.min(max, settings[setting]);

Callers 3

make_sliderFunction · 0.85
make_toggleFunction · 0.85
fill_controlsFunction · 0.85

Calls 2

$Function · 0.85
appendMethod · 0.80

Tested by

no test coverage detected