videostream / cordova-chromecast

Chromecast running in Cordova
117 stars 58 forks source link

Empty error info from handleError() #15

Open flynnwt opened 10 years ago

flynnwt commented 10 years ago

in handleError():

  var error = new Error(errorCode, errorDescription, errorData);

should be

  var error = new chrome.cast.Error(errorCode, errorDescription, errorData);