-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There seems to be a problem with saving parameters in the latest build of
dat.gui.
The problem shows when clicking the gear icon which should open a popup with
the JSON to be saved. Also saving to local storage does not work for me. Here
are two JSFiddles:
http://jsfiddle.net/navFooh/XZcde/
With the minified library, clicking the gear throws an error in the console:
Uncaught TypeError: Cannot read property 'forEach' of undefined dat.gui.min.js:3
http://jsfiddle.net/navFooh/8Hek6/
With the normal library, clicking the gear icon does show the popup with JSON,
but the parameter x does not show
Original issue reported on code.google.com by thijs....@gmail.com on 29 Mar 2014 at 1:57
Reactions are currently unavailable