aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/ui/ApplicationWindow.js
diff options
context:
space:
mode:
authorTeddy Wing2012-06-24 02:58:27 -0400
committerTeddy Wing2012-06-24 02:58:27 -0400
commit9a7c2527c36c088cc14fd6c27c90edd93d29bdd9 (patch)
tree682898224e34d8dcf17270d626fa05ec6e83783a /Resources/friendship/ui/ApplicationWindow.js
parentd37afc0a7bed90562f6e1464cc44b6ba9220eb87 (diff)
downloadLikeFeed-9a7c2527c36c088cc14fd6c27c90edd93d29bdd9.tar.bz2
Re-added title with name 'Sphnx'
Diffstat (limited to 'Resources/friendship/ui/ApplicationWindow.js')
-rw-r--r--Resources/friendship/ui/ApplicationWindow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js
index d24e5aa..06f4632 100644
--- a/Resources/friendship/ui/ApplicationWindow.js
+++ b/Resources/friendship/ui/ApplicationWindow.js
@@ -10,7 +10,7 @@
refresh_button.addEventListener('click', fs.ui.refreshLikeList);
var win = Ti.UI.createWindow({
- //title: 'FriendShip',
+ title: 'Sphnx',
tabBarHidden: true,
leftNavButton: refresh_button
});