Created
November 27, 2015 10:40
-
-
Save xlewkanx/aa1b44aa01e5ee6d749e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 props = Ti.App.Properties.listProperties(); | |
| for (var i=0, ilen=props.length; i<ilen; i++){ | |
| var value = Ti.App.Properties.removeProperty(props[i]); | |
| Ti.API.info(props[i] + 'cleared'); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment