fbauth 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
4
4
  });
5
5
  FB.getLoginStatus(function(response) { fbauth_update_page(response); });
6
6
  FB.Event.subscribe('auth.statusChange', function(response) { fbauth_update_page(response); });
7
- function fbauth_hide_panels {
7
+ function fbauth_hide_panels() {
8
8
  $('#{login_el}').hide();
9
9
  $('#{add_el}').hide();
10
10
  $('#{ready_el}').hide();
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 6
9
- version: 0.9.6
8
+ - 7
9
+ version: 0.9.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Three Wise Men Inc.