Advertisement
patrickc

Untitled

Nov 10th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. if (this.$.topSearch.getValue() == 5) {
  2. this.$.caption.setContent("Top 5");
  3. this.$.button.setCaption("Play Song" + inIndex);
  4. return true;
  5. },
  6. else if (this.$.topSearch.getValue() == 250) {
  7. this.$.caption.setContent("Top 250");
  8. this.$.button.setCaption("Play Song" + inIndex);
  9. return true;
  10. },
  11. else {
  12. this.$.caption.setContent("Top 500");
  13. this.$.button.setCaption("Play Song" + inIndex);
  14. return true;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement