From fa82f07a96b91188ec7134b19f65ac6eb0469a22 Mon Sep 17 00:00:00 2001 From: David Ortner Date: Mon, 20 Jun 2022 13:02:35 +0200 Subject: [PATCH] #450@trivial: Continue on Range implementation. --- packages/happy-dom/src/range/RangeUtility.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/happy-dom/src/range/RangeUtility.ts b/packages/happy-dom/src/range/RangeUtility.ts index 6b82b0dac..53a06359e 100644 --- a/packages/happy-dom/src/range/RangeUtility.ts +++ b/packages/happy-dom/src/range/RangeUtility.ts @@ -57,7 +57,7 @@ export default class RangeUtility { return -1; } - /** .................... + /** .............................. * Returns a DocumentFragment copying the objects of type Node included in the Range. * * Based on: