1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

corrected methodname

This commit is contained in:
Aiko Mastboom 2013-05-12 02:55:00 +02:00
parent fc25d38915
commit e1c0b27948

View File

@ -660,7 +660,7 @@ function updateViewModel_main(app, vmName) {
function post_updateViewModel_main(app, vmName) {
app.debug && console.log('post_update main viewModel', vmName);
var viewModel = getViewModel(app, vmName);
viewModel.updateSelectedMode();
viewModel._updateSelectedMode();
}
/* crazy expensive caching tree traverse */