axefrog / cycle-router5

A router driver for Cycle.js, wrapping the router5 library
29 stars 4 forks source link

Fix "intent is not a function" error in example code #3

Closed ivan-kleshnin closed 9 years ago

ivan-kleshnin commented 9 years ago

Example code is broken because of variable redeclaration. intent function return intentions object (not intent).

axefrog commented 9 years ago

Thanks, merged.