diff options
| -rw-r--r-- | Resources/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/app.js b/Resources/app.js index d5d4cb3..0f9c18e 100644 --- a/Resources/app.js +++ b/Resources/app.js @@ -44,7 +44,7 @@ var fb_button = Titanium.Facebook.createLoginButton({ top: 50, style: 'wide' }); //Titanium.UI.currentWindow.add(); win1.add(label1); -win1.add(fb_button); +win1.add(fb_button); // // create controls tab and root window |
