Skip to content

Instantly share code, notes, and snippets.

@tkawachi
Created December 5, 2011 23:33
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 tkawachi/1435911 to your computer and use it in GitHub Desktop.
Save tkawachi/1435911 to your computer and use it in GitHub Desktop.
var tmp = tmp2 = Ti.App.tmp = {};
Ti.API.debug('eq1: ' + (Ti.App.tmp === tmp));
Ti.API.debug('eq2: ' + (tmp2 === tmp));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment