Skip to content

Instantly share code, notes, and snippets.

@QGao
Created April 18, 2013 17:49
Show Gist options
  • Save QGao/5414780 to your computer and use it in GitHub Desktop.
Save QGao/5414780 to your computer and use it in GitHub Desktop.
var _args = arguments[0] || {};
$.title.text = _args.title;
$.title.itemCount = _args.count;
function add(e){
Ti.API.info(JSON.stringify(_args));
_args.addFunction;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment