dat.gui/elements/controller-string/controller-string.js
2014-08-26 17:01:15 -07:00

10 lines
139 B
JavaScript

Gui.register( 'controller-string', function( value ) {
return typeof value == 'string';
} );
Polymer( 'controller-string', {
});