preDevCamp: Intro To Developing for WebOS: Code 3
HelloAssistant.prototype.handleButtonPress = function(event){
// increment the total and update the display
this.total++;
this.controller.get('count').update(this.total);
}
HelloAssistant.prototype.handleButtonPress = function(event){
// increment the total and update the display
this.total++;
this.controller.get('count').update(this.total);
}
OfficeFolders theme by
Themocracy