Commit 8a6d41524140c0b5f15e4c607d804b9714dcbaa0

Authored by Sven Winkler
1 parent f4f687b9
Exists in master and in 1 other branch production

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,11 +556,11 @@ printStackTrace.implementation.prototype = {
556 556
557 "userId": "{user_id}", 557 "userId": "{user_id}",
558 "userName": "{user_name}", 558 "userName": "{user_name}",
559 - "userEmail": "{user_email}", 559 + "userEmail": "{user_email}"
560 }, 560 },
561 "environment": {}, 561 "environment": {},
562 //"session": "", 562 //"session": "",
563 - "params": {}, 563 + "params": {}
564 }; 564 };
565 565
566 Util = { 566 Util = {