Created
September 1, 2011 22:05
-
-
Save pablasso/1187419 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 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