dat.gui/elements/controller-string/controller-string.js

10 lines
139 B
JavaScript
Raw Normal View History

2014-08-27 00:01:15 +00:00
Gui.register( 'controller-string', function( value ) {
return typeof value == 'string';
} );
Polymer( 'controller-string', {
});