Skip to content

Instantly share code, notes, and snippets.

@cbertelegni
Created November 3, 2016 20:31
Show Gist options
  • Save cbertelegni/54c13992e943dcc8e321fb5272411191 to your computer and use it in GitHub Desktop.
Save cbertelegni/54c13992e943dcc8e321fb5272411191 to your computer and use it in GitHub Desktop.
require.config({
paths: {
"pym": "http://especiales.lanacion.com.ar/multimedia/proyectos/js/pym.min"
},
waitSeconds: 40
});
require( ["pym"],
function (pym) {
// aca va el code
alert(pym);
var pymChild = new pym.Child();
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment