diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-30 15:47:32 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-30 15:47:32 +0000 |
commit | 73e8c442409b5dcdb5d0affe364fb8fe50a90c37 (patch) | |
tree | bf4d137d37d1146e5514deb9725272a86fd05c5a /js/util.js | |
parent | 873ecb81e8e147ccf05c351de795798ec4d3ed58 (diff) |
IE doesn't like last comma. I understand.
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index 638f8e6d1..10f962fd0 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' } }, |