Commit 8a6d41524140c0b5f15e4c607d804b9714dcbaa0
1 parent
f4f687b9
Exists in
master
and in
1 other branch
Internet Explorer 6 complains
Internet Explorer 6 complains when you add commas to the end of a list.
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 = { | ... | ... |