I'm trying to access a property of an object using a dynamic name.. is this possible?
foo = 'bar';
alert(appr.templates.{foo}); //the idea is to access appr.templates.bar
|
I'm trying to access a property of an object using a dynamic name.. is this possible?
|
|||
|
|
|
this should do the trick:
|
|||||||||||||
|