mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix facebook.coffee linting issue
This commit is contained in:
parent
8cee4d8baf
commit
49279367d1
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ module.exports = initializeFacebook = ->
|
|||
# They have logged in to the app.
|
||||
Backbone.Mediator.publish 'auth:logged-in-with-facebook', response: response
|
||||
|
||||
else if response.status is 'not_authorized'
|
||||
#
|
||||
else
|
||||
#
|
||||
#else if response.status is 'not_authorized'
|
||||
# #
|
||||
#else
|
||||
# #
|
||||
|
||||
# Load the SDK asynchronously
|
||||
((d) ->
|
||||
|
|
Loading…
Reference in a new issue