Skip to content

Commit

Permalink
music config fix. Forgot to add a , at the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
menan committed Mar 20, 2013
1 parent c496201 commit 78dc470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebooker2/rails/helpers/javascript.rb
Expand Up @@ -30,7 +30,7 @@ def fb_connect_async_js(app_id=Facebooker2.app_id,options={},&proc)
cookie : #{cookie}, // enable cookies to allow the server to access the session
#{"channelUrl : '#{channel_url}', // add channelURL to avoid IE redirect problems" unless channel_url.blank?}
oauth : true,
music : #{music}
music : #{music}, //turn on music for OG
xfbml : #{xfbml} // parse XFBML
});
#{extra_js}
Expand Down

0 comments on commit 78dc470

Please sign in to comment.