Fix facebook.coffee linting issue

This commit is contained in:
Nick Winter 2015-09-21 14:16:08 -07:00
parent 8cee4d8baf
commit 49279367d1

View file

@ -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) ->