did not properly merge shim

This commit is contained in:
Doug Fritz 2014-09-09 13:46:22 -07:00
parent 2f825b790e
commit df7c8c160f

View File

@ -1,14 +1,7 @@
// Use gui.shim.js in production when you want to use dat.gui to recall values without any of the interface. // Use gui.shim.js in production when you want to use dat.gui to recall values without any of the interface.
( function( scope ) { ( function( scope ) {
<<<<<<< HEAD
'use strict'; 'use strict';
||||||| merged common ancestors
'use strict';
=======
>>>>>>> 8d86460ebde6d3dda4dec6e7783f0223fca59d00
var Gui = function() { var Gui = function() {
this.vars = {}; this.vars = {};