Просмотр исходного кода

style: fix/remove trailing comma

rugk 5 месяцев назад
Родитель
Сommit
5fd974e247
1 измененных файлов с 1 добавлено и 1 удалено
  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,
         USE_PROFILES: {
             html: true
-        },
+        }
     };
 
     /**