codecombat/app/lib/services/linkedin.coffee

10 lines
233 B
CoffeeScript
Raw Normal View History

2014-06-16 06:55:58 -04:00
module.exports = initializeLinkedIn = ->
window.linkedInAsyncInit = ->
2014-06-30 22:16:26 -04:00
console.log 'Linkedin async init success!'
2014-06-16 06:55:58 -04:00
Backbone.Mediator.publish 'linkedin-loaded'
linkedInSnippet =
2014-06-19 11:36:22 -04:00
''
2014-06-16 06:55:58 -04:00
$('head').append(linkedInSnippet)