Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. var obj = {
  2. update: function(start, recurrence) {
  3. // datepicker // days from last week
  4. },
  5.  
  6. create: function(app, $) {
  7. $.phonegap.on('App_StartReady', function () {
  8. return apps.list.datepicker({
  9. onShow: function() {
  10. dashboard.rooms.developer.app.events.details.classList.add("jokers");
  11. }
  12. });
  13. });
  14. }
  15. });
  16.  
  17. dates: function(recurrence) {
  18. return recurrence.current.setDate(new Date());
  19. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement