Created
May 4, 2016 15:12
-
-
Save lkacenja/abe3837302d14a20a9da58f88196105c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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