Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     predownload: true | false,
  3.     predownloadConditions: [
  4.         {
  5.             type: 'timeOfDay',
  6.             start: number,
  7.             end: number
  8.         },
  9.         {
  10.             type: 'dayOfWeek',
  11.             // 0 == Sunday
  12.             days: [0,1,3]
  13.         }
  14.     ],
  15.  
  16.     install: true | false,
  17.  
  18.     installConditions: [
  19.  
  20.         ^ same
  21.     ]
  22.    
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement