Skip to content

Instantly share code, notes, and snippets.

@xlewkanx
Created November 27, 2015 10:40
Show Gist options
  • Select an option

  • Save xlewkanx/aa1b44aa01e5ee6d749e to your computer and use it in GitHub Desktop.

Select an option

Save xlewkanx/aa1b44aa01e5ee6d749e to your computer and use it in GitHub Desktop.
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