From 73e8c442409b5dcdb5d0affe364fb8fe50a90c37 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 30 Oct 2009 15:47:32 +0000 Subject: [PATCH] IE doesn't like last comma. I understand. --- js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/util.js b/js/util.js index 638f8e6d13..10f962fd01 100644 --- a/js/util.js +++ b/js/util.js @@ -85,7 +85,7 @@ var SN = { // StatusNet NoticeInReplyTo: 'notice_in-reply-to', NoticeDataAttach: 'notice_data-attach', NoticeDataAttachSelected: 'notice_data-attach_selected', - NoticeActionSubmit: 'notice_action-submit', + NoticeActionSubmit: 'notice_action-submit' } },