Mercurial > MadButterfly
comparison nodejs/examples/mce/mainmenu.js @ 1422:6fa411fd9549
Commit merged result
author | wycc |
---|---|
date | Wed, 06 Apr 2011 21:35:21 +0800 |
parents | afa062941f39 |
children | 167873cd35c5 |
comparison
equal
deleted
inserted
replaced
1411:5dd46a4f6257 | 1422:6fa411fd9549 |
---|---|
91 animate.run([an], 0, 1); | 91 animate.run([an], 0, 1); |
92 } | 92 } |
93 } | 93 } |
94 | 94 |
95 MainMenu.prototype.onNextPage=function() { | 95 MainMenu.prototype.onNextPage=function() { |
96 this.app.changeScene(98); | 96 this.app.changeScene(97); |
97 } | 97 } |
98 MainMenu.prototype.changePage=function(item) { | 98 MainMenu.prototype.changePage=function(item) { |
99 this.app.epg.getList(item,this.onNextPage); | 99 this.app.epg.getList(item,this.onNextPage); |
100 } | 100 } |
101 | 101 |