mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
ESlint comma-spacing
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
},
|
||||
|
||||
escapeHTML: function (raw) {
|
||||
return raw.replace(/&/gm,"&").replace(/</gm,"<").replace(/>/gm,">");
|
||||
return raw.replace(/&/gm, "&").replace(/</gm, "<").replace(/>/gm, ">");
|
||||
},
|
||||
|
||||
isAndroidBrowser: function () {
|
||||
|
||||
Reference in New Issue
Block a user