diff options
| author | Nikita Bernstein | 2012-06-23 20:12:15 -0400 |
|---|---|---|
| committer | Nikita Bernstein | 2012-06-23 20:12:15 -0400 |
| commit | e948df1d94f0f046cb21b289eaf9498b579fe319 (patch) | |
| tree | 29fd8cf02d7869127d1d1fbc648d19805bf845b7 | |
| parent | 21a9c3e2bf812141ee3178b657db51909d8d59df (diff) | |
| download | LikeFeed-e948df1d94f0f046cb21b289eaf9498b579fe319.tar.bz2 | |
Testing commit
| -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 |
