visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Small fix to prevent errors referencing `history` on node.js #415

Closed meowgorithm closed 6 years ago

meowgorithm commented 7 years ago

Simple if clause to avoid use of window.history if the history object is not available. Allows for simple routing with node.js.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 89.209% when pulling 6eed4b7ea0729bd41e9a881dbb8ae3ffbd9e2711 on meowgorithm:master into 1034c8cbed600ea7da378a73716c885227c03270 on visionmedia:master.

matthewp commented 6 years ago

Thanks!