kill strict

This commit is contained in:
George Michael Brower 2014-09-09 16:00:15 -04:00
parent ca14623507
commit 8d86460ebd
8 changed files with 7 additions and 13 deletions

View File

@ -5,10 +5,10 @@ BUILD
REFACTOR
- [ ] kill strict
- [ ] controller-* => dat-gui-*
- [ ] gui.define* => gui.var*
- [ ] Gui.js => gui-panel => dat-gui
- [x] controller-* => dat-gui-*
- [x] kill strict
PARITY

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
!function(n){"use strict";var t=function(){this.defined={}};t.ready=function(n){n()},t.prototype.define=function(n,t){return this.defined[n]=t,e},t.prototype.add=function(){return e};var i=function(){return this},e={on:i};n.Gui=t}(this);
!function(n){var t=function(){this.defined={}};t.ready=function(n){n()},t.prototype.define=function(n,t){return this.defined[n]=t,e},t.prototype.add=function(){return e};var i=function(){return this},e={on:i};n.Gui=t}(this);

View File

@ -1,5 +1,3 @@
'use strict';
Gui.ready( init );
function init() {

View File

@ -1,7 +1,6 @@
( function( scope ) {
/* globals Path */
'use strict';
var Gui = function( params ) {

View File

@ -1,5 +1,4 @@
/* globals Polymer */
'use strict';
Polymer( 'gui-row', {

View File

@ -1,8 +1,6 @@
// Use gui.shim.js in production when you want to use dat.gui to recall values without any of the interface.
( function( scope ) {
'use strict';
var Gui = function() {
this.defined = {};