diff --git a/app/controllers/index.js b/app/controllers/index.js index fb4a330..26259dd 100644 --- a/app/controllers/index.js +++ b/app/controllers/index.js @@ -6,7 +6,7 @@ function doOpen() { var activity = $.index.activity; if (activity.actionBar) { - activity.actionBar.title = "Action Jackson" + activity.actionBar.title = "Action Jackson"; } activity.onCreateOptionsMenu = function(e) { @@ -32,7 +32,7 @@ function doOpen() { }).show(); } }); - } + }; } $.index.open(); diff --git a/app/controllers/searchTableWindow.js b/app/controllers/searchTableWindow.js index 1d5eb56..45ab213 100644 --- a/app/controllers/searchTableWindow.js +++ b/app/controllers/searchTableWindow.js @@ -20,7 +20,7 @@ function doOpen() { actionView : search, showAsAction : Ti.Android.SHOW_AS_ACTION_ALWAYS | Ti.Android.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW }); - } + }; activity.invalidateOptionsMenu(); } diff --git a/tiapp.xml b/tiapp.xml index 4cd723b..b00951a 100644 --- a/tiapp.xml +++ b/tiapp.xml @@ -61,7 +61,7 @@ false false - 3.2.0.GA + 3.2.1.GA ti.alloy