hash-change
browserifyable shim for hashchange event
Example
require('hash-change').on('change', function (hash) {
console.log('hash is', hash)
})
License
MIT
browserifyable shim for hashchange event
require('hash-change').on('change', function (hash) {
console.log('hash is', hash)
})
MIT