diff options
| author | Teddy Wing | 2012-06-23 22:44:13 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-06-23 22:44:13 -0400 | 
| commit | 1bbd391741c2b8826fcb1002b1081b68e6516493 (patch) | |
| tree | 5dbd361c942a8ca057dcb5e09d38eb58944b0eba /Resources/friendship/ui/ApplicationWindow.js | |
| parent | c678acdf82f6b3dac4a9fd7bce9f204f8c0afd78 (diff) | |
| download | LikeFeed-1bbd391741c2b8826fcb1002b1081b68e6516493.tar.bz2 | |
Webview: click on a row in the LikeList, and a webview will open.
Diffstat (limited to 'Resources/friendship/ui/ApplicationWindow.js')
| -rw-r--r-- | Resources/friendship/ui/ApplicationWindow.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index ff9a9c3..0211c37 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -1,6 +1,8 @@  (function() {  	fs.ui.createApplicationTabGroup = function() {  		var tab_group = Ti.UI.createTabGroup(); +		Ti.UI.currentTabGroup = tab_group; +		  		var win = Ti.UI.createWindow({  			title: 'FriendShip',      		tabBarHidden: true | 
