Advertisement
Guest User

Untitled

a guest
May 5th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var helloWorld = function () {
  2. console.log('hello world');
  3. }
  4. new Meteor.Cron({
  5. events: {
  6. "* * * * *": helloWorld
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement