Skip to content

Instantly share code, notes, and snippets.

@pablasso
Created September 1, 2011 22:05
Show Gist options
  • Save pablasso/1187419 to your computer and use it in GitHub Desktop.
Save pablasso/1187419 to your computer and use it in GitHub Desktop.
var obj = new Object();
var exampleWindow = Titanium.UI.createWindow({
url:'example.js',
title:"I'm an example",
backgroundColor:'red',
someVar:obj
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment