mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
9 lines
233 B
CoffeeScript
9 lines
233 B
CoffeeScript
module.exports = initializeLinkedIn = ->
|
|
window.linkedInAsyncInit = ->
|
|
console.log 'Linkedin async init success!'
|
|
Backbone.Mediator.publish 'linkedin-loaded'
|
|
|
|
linkedInSnippet =
|
|
''
|
|
|
|
$('head').append(linkedInSnippet)
|