Skip to content

Commit

Permalink
Fix examples file.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Sep 16, 2014
1 parent ca595e2 commit 0096d7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/custom_dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
refresh: function () {
console.log ('do refresh');
},
refreshOnShow: function () {
console.log ('do refresh when show');
},
options: {
'Call taxi': function () {
alert ('Call a taxi!');
Expand Down

0 comments on commit 0096d7d

Please sign in to comment.