style: fix/remove trailing comma

This commit is contained in:
rugk
2026-02-23 16:00:22 +00:00
parent 30f80d055b
commit 5fd974e247

View File

@@ -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
}, }
}; };
/** /**