()
| 938 | } |
| 939 | |
| 940 | function getCurrentRoute() { |
| 941 | return (window.location.hash || '#/').replace(/^#\/?/, '').split('?')[0]; |
| 942 | } |
| 943 | |
| 944 | function getCurrentMarkdownPath(route) { |
| 945 | var path = (route || '').replace(/^\/+/, ''); |
no outgoing calls
no test coverage detected