mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-26 12:50:31 -04:00
Attempting to fix G+
This commit is contained in:
parent
0363166736
commit
988ad6ffda
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
module.exports = initializeGoogle = ->
|
||||
onGPlusLoaded = ->
|
||||
window.onGPlusLoaded = ->
|
||||
Backbone.Mediator.publish "gapi-loaded"
|
||||
return
|
||||
signinCallback = (authResult) ->
|
||||
window.signinCallback = (authResult) ->
|
||||
Backbone.Mediator.publish "gplus-logged-in", authResult if authResult["access_token"]
|
||||
return
|
||||
(->
|
||||
|
|
Loading…
Add table
Reference in a new issue