From 256c2fdad793e924a9b76b4715d05eec6315a8de Mon Sep 17 00:00:00 2001 From: Jiiks Date: Fri, 11 Mar 2016 17:38:55 +0200 Subject: [PATCH] Indent --- Plugins/customRoleColour.plugin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/customRoleColour.plugin.js b/Plugins/customRoleColour.plugin.js index a140db5..4207526 100644 --- a/Plugins/customRoleColour.plugin.js +++ b/Plugins/customRoleColour.plugin.js @@ -46,9 +46,8 @@ crr.prototype.start = function () { } }); }); - } - } + } }); this.crrMt.observe(document, {childList:true, subtree:true}) };