Created
December 5, 2011 23:33
-
-
Save tkawachi/1435911 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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