diff options
author | Brion Vibber <brion@status.net> | 2010-11-12 12:10:51 -0800 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2010-11-12 12:10:51 -0800 |
commit | cda59dc1771c2911491c9271662c32f56103347f (patch) | |
tree | 2c847355d7d99991979cf5f4d67701d5aeefdc25 /js | |
parent | 62467f51e520439d3ec44ceb6a66a91ad54d77b6 (diff) |
drop a comma which isn't actually an error but keeps throwing annoying warnings in netbeans
Diffstat (limited to '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 bf3c43fd8..74eef4df1 100644 --- a/js/util.js +++ b/js/util.js @@ -56,7 +56,7 @@ var SN = { // StatusNet NoticeDataGeoCookie: 'NoticeDataGeo', NoticeDataGeoSelected: 'notice_data-geo_selected', StatusNetInstance:'StatusNetInstance' - }, + } }, messages: {}, |