Skip to content

Instantly share code, notes, and snippets.

@jchild3rs
Created July 15, 2014 18:47
Show Gist options
  • Save jchild3rs/68e032965b7c92341c9d to your computer and use it in GitHub Desktop.
Save jchild3rs/68e032965b7c92341c9d to your computer and use it in GitHub Desktop.
Comscore AMD
requirejs.config({
paths: {
comscoreLib: 'https://sb.scorecardresearch.com/beacon'
},
shim: {
comscoreLib: {
exports: "COMSCORE"
}
}
});
define(['comscoreLib'], function(COMSCORE){
// COMSCORE is now an amd module
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment