prototype.node.js
prototype.node.js copied to clipboard
ReferenceError: Hash is not defined
Hey,
When I use $H({}), I get: ReferenceError: Hash is not defined
In Object.js: function isHash(object) { return object instanceof Hash; }
Where is Hash defined? Do I need to require Hash.js? But even then, Hash wouldnt be visible, right?
Thx