Skip to content

Commit

Permalink
Merge pull request Yaffle#56 from netronixgroup/phantomjs-issue
Browse files Browse the repository at this point in the history
fix SECURITY_ERR in PhantomJS
  • Loading branch information
Yaffle committed Apr 30, 2015
2 parents e849e96 + c24e19d commit 0110530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventsource.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
return es.withCredentials === false &&
es.url !== ""; // to filter out Opera 12 implementation
} catch (error) {
throwError(error);
return false;
}
}
return false;
Expand Down

0 comments on commit 0110530

Please sign in to comment.