0.1.0 • Published 13 years ago
hash-change v0.1.0
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