From 8667ece446b965bc6ea2b616aa1e9feb4373b9e4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 12 Aug 2018 16:13:32 +0300 Subject: [PATCH] updated docs... Signed-off-by: Alex A. Naanou --- diff.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/diff.js b/diff.js index 911ab9c..cc62eb2 100644 --- a/diff.js +++ b/diff.js @@ -640,10 +640,6 @@ object.makeConstructor('OF', Object.assign(new LogicType(), { // // EMPTY - the slot exists but it is empty (set/delete) // A: | EMPTY | NONE, // B: | EMPTY | NONE, -// -// // used if we are splicing array sections to indicate section -// // lengths, useful when splicing sparse sections... -// length: [a, b], // }, // ... // ]