mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
10 lines
146 B
JavaScript
10 lines
146 B
JavaScript
|
Gui.register( 'controller-function', function( value ) {
|
||
|
|
||
|
return typeof value == 'function';
|
||
|
|
||
|
} );
|
||
|
|
||
|
Polymer( 'controller-function', {
|
||
|
|
||
|
} );
|