Skip to content

Instantly share code, notes, and snippets.

@davidbiehl
Created February 18, 2015 15:55
Show Gist options
  • Save davidbiehl/d58d9f9e273aeda0e3bf to your computer and use it in GitHub Desktop.
Save davidbiehl/d58d9f9e273aeda0e3bf to your computer and use it in GitHub Desktop.
VsrLoader.bootstrap().then(function() {
console.warn("first", Ecwid, Ecwid.Cart); // Ecwid.Cart is undefined
Ecwid.OnAPILoaded.add(function() {
console.warn("loaded", Ecwid, Ecwid.Cart); // Ecwid.Cart is available
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment