Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated setConsoleErrors to sendConsoleErrors and updated Readme #7

Merged
merged 2 commits into from Dec 11, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Updated setConsoleErrors to sendConsoleErrors

  • Loading branch information
psquickitjayant
psquickitjayant committed Dec 9, 2014
commit 2d5dadb8d15a936b8326bc08b24d81ecbbadcdd0
@@ -89,8 +89,8 @@
return;
}

if(data.setConsoleError !== undefined) {
setSendConsoleError(self, data.setConsoleError);
if(data.sendConsoleErrors !== undefined) {
setSendConsoleError(self, data.sendConsoleErrors);
}

if(data.logglyKey) {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.