From 739aeb83560283a350524cf4f849215b72518947 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 11 Nov 2018 11:31:25 +0100 Subject: [PATCH] Refactor code-style --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 89ad2dc..fefcd47 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ function zone(node, name, callback) { visit(node, gather) - /* Gather one dimensional zones. */ + // Gather one dimensional zones. function gather(node, index, parent) { var type = test(node) @@ -60,7 +60,7 @@ function zone(node, name, callback) { } } - /* Test if `node` matches the bound settings. */ + // Test if `node` matches the bound settings. function test(node) { var marker = commentMarker(node) var attributes