Skip to content

Commit

Permalink
update sdk, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adampax committed Feb 27, 2014
1 parent 13d3fa3 commit 50adb8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -32,7 +32,7 @@ function doOpen() {
}).show();
}
});
}
};
}

$.index.open();
2 changes: 1 addition & 1 deletion app/controllers/searchTableWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

}
2 changes: 1 addition & 1 deletion tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<target device="mobileweb">false</target>
<target device="tizen">false</target>
</deployment-targets>
<sdk-version>3.2.0.GA</sdk-version>
<sdk-version>3.2.1.GA</sdk-version>
<plugins>
<plugin version="1.0">ti.alloy</plugin>
</plugins>
Expand Down

0 comments on commit 50adb8d

Please sign in to comment.