Closed johnwahba closed 10 years ago
If you are in volt console and you execute the following code from the docs:
store._states << {name: 'Montana'} montana = store._states[0] montana._cities << {name: 'Bozeman'} montana._cities << {name: 'Helena'} store._states << {name: 'Idaho'} idaho = store._states[1] idaho._cities << {name: 'Boise'} idaho._cities << {name: 'Twin Falls'} store._states
_cities does not persist
_cities
This should be fixed and things are updated to the newest version.
If you are in volt console and you execute the following code from the docs:
_cities
does not persist