Skip to content

Instantly share code, notes, and snippets.

@IQAndreas
Created January 16, 2012 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IQAndreas/1619088 to your computer and use it in GitHub Desktop.
Save IQAndreas/1619088 to your computer and use it in GitHub Desktop.
Adding properties with spaces in the name to dynamic objects
var obj:Object = {"my prop":2};
trace(obj["my prop"]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment