Commit 7fdddb7783e0fcb6db575b9d23dec71061636658
Exists in
master
and in
1 other branch
Merge pull request #638 from svenwin/master
Internet Explorer 6 complains about commas
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/javascripts/notifier.js
| ... | ... | @@ -556,11 +556,11 @@ printStackTrace.implementation.prototype = { |
| 556 | 556 | |
| 557 | 557 | "userId": "{user_id}", |
| 558 | 558 | "userName": "{user_name}", |
| 559 | - "userEmail": "{user_email}", | |
| 559 | + "userEmail": "{user_email}" | |
| 560 | 560 | }, |
| 561 | 561 | "environment": {}, |
| 562 | 562 | //"session": "", |
| 563 | - "params": {}, | |
| 563 | + "params": {} | |
| 564 | 564 | }; |
| 565 | 565 | |
| 566 | 566 | Util = { | ... | ... |