This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Karma configuration | |
// Generated on Tue Mar 11 2014 10:47:56 GMT-0400 (EDT) | |
module.exports = function(config) { | |
config.set({ | |
// base path that will be used to resolve all patterns (eg. files, exclude) | |
basePath: '../../..', | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.getScript("https://platform.linkedin.com/in.js?async=true", -> | |
IN.init({ | |
api_key: <<API Key>>, | |
authorize: true, | |
credentials_cookie: true | |
}) | |
) | |
linkedinImport = -> |