dat.gui/elements/controller-function/controller-function.js
George Michael Brower d19dc2ef40 style
2014-09-07 21:31:51 -04:00

13 lines
186 B
JavaScript

/* globals Gui, Polymer */
'use strict';
Gui.register( 'controller-function', function( value ) {
return typeof value == 'function';
} );
Polymer( 'controller-function', {
} );