Skip to content

Commit

Permalink
Merge pull request #638 from svenwin/master
Browse files Browse the repository at this point in the history
Internet Explorer 6 complains about commas
  • Loading branch information
arthurnn committed Jan 16, 2014
2 parents f4f687b + 8a6d415 commit 7fdddb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@ printStackTrace.implementation.prototype = {

"userId": "{user_id}",
"userName": "{user_name}",
"userEmail": "{user_email}",
"userEmail": "{user_email}"
},
"environment": {},
//"session": "",
"params": {},
"params": {}
};

Util = {
Expand Down

0 comments on commit 7fdddb7

Please sign in to comment.