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

10 lines
139 B
JavaScript
Raw Normal View History

2014-08-23 07:05:22 +00:00
Gui.register( 'controller-string', function( value ) {
return typeof value == 'string';
} );
Polymer( 'controller-string', {
2014-08-24 07:11:26 +00:00
});