Skip to content

Instantly share code, notes, and snippets.

@lkacenja
Created May 4, 2016 15:12
Show Gist options
  • Save lkacenja/abe3837302d14a20a9da58f88196105c to your computer and use it in GitHub Desktop.
Save lkacenja/abe3837302d14a20a9da58f88196105c to your computer and use it in GitHub Desktop.
var _this = this;
chrome.cast(
function(data) {
_this.success.call(_this, data);
},
function(error) {
_this.error.call(_this, error);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment