MCPcopy Index your code
hub / github.com/PixelsCommander/HTML-GL / resetWidth

Function resetWidth

page/js/dat.gui.js:1946–1952  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

GUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected