Don't import ourselves

This commit is contained in:
Frederic Junod
2018-09-06 09:01:46 +02:00
parent ba698258c0
commit ea616e7751
73 changed files with 157 additions and 157 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ class LinkedList {
/**
* Concatenates two lists.
* @param {import("./LinkedList.js").default} list List to merge into the current list.
* @param {LinkedList} list List to merge into the current list.
*/
concat(list) {
if (list.head_) {