Skip to content

Commit

Permalink
Refactor code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 11, 2018
1 parent 2e59dae commit 739aeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 739aeb8

Please sign in to comment.