mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Add JSDoc for .removeFolder().
This commit is contained in:
parent
60033b6b1d
commit
76c80858c3
@ -628,6 +628,11 @@ common.extend(
|
||||
return gui;
|
||||
},
|
||||
|
||||
/**
|
||||
* Removes a subfolder GUI instance.
|
||||
* {dat.gui.GUI} folder The folder to remove.
|
||||
* @instance
|
||||
*/
|
||||
removeFolder: function(folder) {
|
||||
this.__ul.removeChild(folder.domElement.parentElement);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user