From f148e8f23cac6ac6d4a87b1d7d4c447ba154b820 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 12 Sep 2020 02:28:19 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- object.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/object.js b/object.js index 3bd3fe9..3e446e2 100755 --- a/object.js +++ b/object.js @@ -68,6 +68,9 @@ module.LEADING_TABS = 1 // | |} // // NOTE: this will trim out both leading and trailing white-space. +// NOTE: this is generally code-agnostic with one sigificant +// exception -- normalizeIndent(..) will break code written +// in Whitespace. // // XXX is this the right place for this??? // ...when moving take care that ImageGrid's core.doc uses this...