var hash = $H(); hash.set(this.options.whatever,'some value');
On Wed, May 13, 2009 at 12:31 PM, Sanford Whiteman < sa...@cypressintegrated.com> wrote: > > > I'm feeling a little bit stumped but is there a way to use a > > variable's content as a Hash key? > > Not in an object literal. > > But it will work inside [] notation. > > --Sandy > >