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