sjohnsonaz / BuildJS-Full

A simple utility for class definition, inheritance, dynamic loading, MVVM, Widgets, and backend MVC.
http://buildjs.com
0 stars 0 forks source link

Fix Switcher when activeChild is removed. #93

Closed sjohnsonaz closed 9 years ago

sjohnsonaz commented 9 years ago

When the current activeChild is removed, the watch value for the active index is cached and cannot be updated.

sjohnsonaz commented 9 years ago

Cache for Switcher.active is cleared on Switcher.refreshIndices.