Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
fix(closest.js): remoção da marção dos merge não realizado
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimsn committed May 31, 2019
1 parent 3699ade commit 0f59b29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
.DS_Store
package-lock.json
<<<<<<< HEAD
<<<<<<< HEAD

=======
>>>>>>> 60857a0af0a8d66b3b33ee32cf24b88330255241
=======
>>>>>>> 60857a0af0a8d66b3b33ee32cf24b88330255241

# Logs
logs
Expand Down
11 changes: 1 addition & 10 deletions build/gtm/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,10 @@
return parent;
}
parent = parent.parentNode;
} <<
<< << < HEAD
}
return undefined;
}

===
=== =
parent = parent.parentNode;
}
return undefined;
} >>>
>>> > 60857 a0af0a8d66b3b33ee32cf24b88330255241

function getCookie(key) {
key = '; ' + key + '=';
var cookie = '; ' + document.cookie;
Expand Down
7 changes: 0 additions & 7 deletions core/modules/closest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ function closest(elm, seletor) {
}
parent = parent.parentNode;
}
<<<<<<< HEAD
return undefined;
}

module.exports = closest;
=======
parent = parent.parentNode;
}
return undefined;
}
>>>>>>> 60857a0af0a8d66b3b33ee32cf24b88330255241

0 comments on commit 0f59b29

Please sign in to comment.