prototype.node.js icon indicating copy to clipboard operation
prototype.node.js copied to clipboard

ReferenceError: Hash is not defined

Open niuage opened this issue 14 years ago • 0 comments

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

niuage avatar Apr 10 '11 15:04 niuage