From e1c0b27948596c87fcd739c4ce0dbdbf99d7b0c1 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Sun, 12 May 2013 02:55:00 +0200 Subject: [PATCH] corrected methodname --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 67926ec..22bf49a 100644 --- a/public/index.html +++ b/public/index.html @@ -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 */