Prototype JavaScript framework

utility $H

Description

  • $H

    $H([object]) -> Hash

    Creates a Hash.

    $H is a convenience wrapper around the Hash constructor, with a safeguard that lets you pass an existing Hash object and get it back untouched (instead of uselessly cloning it).