MCPcopy Index your code
hub / github.com/codecombat/codecombat / initializeSocialMediaServices

Method initializeSocialMediaServices

app/core/Router.js:789–794  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

787 }
788
789 initializeSocialMediaServices () {
790 if (application.testing || application.demoing || !me.useSocialSignOn()) { return }
791 application.facebookHandler.loadAPI()
792 application.gplusHandler.loadAPI()
793 return require('core/services/twitter')()
794 }
795
796 activateTab () {
797 const base = _.string.words(document.location.pathname.slice(1), '/')[0]

Callers 2

constructorMethod · 0.80
constructorMethod · 0.80

Calls 2

useSocialSignOnMethod · 0.80
loadAPIMethod · 0.45

Tested by

no test coverage detected