Browse Source

style: fix/remove trailing comma

rugk 5 months ago
parent
commit
5fd974e247
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -58,7 +58,7 @@ jQuery.PrivateBin = (function($) {
         ALLOWED_URI_REGEXP: /^(?:(?:(?:f|ht)tps?|mailto|magnet):)/i,
         ALLOWED_URI_REGEXP: /^(?:(?:(?:f|ht)tps?|mailto|magnet):)/i,
         USE_PROFILES: {
         USE_PROFILES: {
             html: true
             html: true
-        },
+        }
     };
     };
 
 
     /**
     /**