Closed sasikanth513 closed 9 years ago
I think in the following line
https://github.com/awatson1978/meteor-api/blob/af746b3704c147026615a24c7e86ce85ec68922f/snippets/meteor-api-snippets-coffeescript.cson#L317
It shoudl be Meteor.setTimeout not Match.setTimeout
Meteor.setTimeout
Match.setTimeout
Same for next command too
'Meteor.setInterval': 'prefix': 'setInterval' 'body': 'Match.setTimeout (-> \n\t$2 \n${1:milliseconds})'
Looks like there is already a pull request for this.
So closing this issue.
I think in the following line
https://github.com/awatson1978/meteor-api/blob/af746b3704c147026615a24c7e86ce85ec68922f/snippets/meteor-api-snippets-coffeescript.cson#L317
It shoudl be
Meteor.setTimeout
notMatch.setTimeout