Working on tab bar

This commit is contained in:
Max Lynch
2013-09-19 17:15:16 -05:00
parent ed5cb0ca5f
commit 31f25b4134
2 changed files with 2 additions and 6 deletions

View File

@ -90,6 +90,7 @@ TabBar.prototype = {
// Add an item to the tab bar
addItem: function(item) {
// Create a new TabItem
this.items.push(item);
this._bindEventsOnItem(item);
},