kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Calling FlowRouter.path.apply() or .call() throws #596

Open chmac opened 8 years ago

chmac commented 8 years ago
    FlowRouter.path.call(null, 'foo')

Throws this error:

    router.js:42 Uncaught TypeError: Cannot read property 'foo' of undefined(…)

I tried passing FlowRouter instead of null, same result.