blixt / js-hash

A JavaScript library that keeps track of the history of changes to the hash part in the address bar.
http://blixt.org/js
70 stars 14 forks source link

Expose the getHash function #6

Closed guillerodriguez closed 10 years ago

guillerodriguez commented 11 years ago

It is sometimes useful for the application to check the current hash. The getHash function is simple enough to replicate it in application code, but since it is already there, why not reuse it?