* Quote builder even more functional :)

This commit is contained in:
Bryan Ashby 2015-09-15 22:44:31 -06:00
parent 4cba6f4c10
commit 20fb54422a
5 changed files with 34 additions and 14 deletions

View file

@ -58,6 +58,10 @@ MenuView.prototype.setItems = function(items) {
}
};
MenuView.prototype.getItem = function(index) {
return this.items[index].text;
};
MenuView.prototype.setFocusItems = function(items) {
var self = this;