Skip to content

Instantly share code, notes, and snippets.

@tkbremnes
Created June 10, 2014 12:58
Show Gist options
  • Save tkbremnes/f5dd537763e283844832 to your computer and use it in GitHub Desktop.
Save tkbremnes/f5dd537763e283844832 to your computer and use it in GitHub Desktop.
Appear.in compatibility test
API.isAppearinCompatible(function (data) {
// the call was successful
window.console.log(data);
}, function (error) {
// the call was unsuccessful
window.console.log(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment