Test for tab bar controller

This commit is contained in:
Max Lynch
2013-09-13 09:48:48 -05:00
parent a05f9064ad
commit cad4d9b0d5
6 changed files with 112 additions and 55 deletions

View File

@ -1,8 +1,3 @@
TabBar = function(element) {
this.element = element;
}
TabBar.prototype = {};
TabBarController = function(options) {
this.tabBar = options.tabBar;
@ -73,4 +68,4 @@ TabBarController.prototype = {
this._clearSelected();
this.selectController(0);
}
}
}