Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created December 10, 2012 18:15
Show Gist options
  • Save cbrunnkvist/4252246 to your computer and use it in GitHub Desktop.
Save cbrunnkvist/4252246 to your computer and use it in GitHub Desktop.
Titanium Mobile: Branch in literal declaration
var Ti = {Platform:{osname:"android"}};
var theme = {
fontFamily: {
iphone : 'Helvetica Neue',
android : 'Droid Sans' }[Ti.Platform.osname]
};
document.body.appendChild(document.createTextNode(theme.fontFamily));
@cbrunnkvist
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment