Created
February 22, 2012 15:14
-
-
Save diorahman/1885490 to your computer and use it in GitHub Desktop.
harmattan params
This file contains 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 params = { | |
os: 'harmattan', | |
qt: '4_7_4', | |
token: '', | |
projectTempId: 'test', | |
app : { | |
name : "Campur Sari", | |
version: "0.0.1", | |
color : ['green', '#d1d2d3', '#f0f1f3'], | |
feedViewType : "List", | |
feeds: "Gamasutra News=http://feeds.feedburner.com/GamasutraNews,Gamasutra Feature Articles=http://feeds.feedburner.com/GamasutraFeatureArticles" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment