UNPKG

hasher

Version:

Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications

10 lines 131 B
/** * A test constructor. * @constructor * @ignore */ function Ignored() { /** a method */ this.bar = function() { } }