MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / resetWidth

Function resetWidth

MathBox/dat.gui.js:1944–1950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1942
1943 var root = _this.getRoot();
1944 function resetWidth() {
1945 var root = _this.getRoot();
1946 root.width += 1;
1947 common.defer(function() {
1948 root.width -= 1;
1949 });
1950 }
1951
1952 if (!params.parent) {
1953 resetWidth();

Callers 1

GUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected