aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-12-06 23:11:51 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-12-06 23:11:51 -0500
commit600d06a162b4489fd52d5809eb9f5a69f28618fc (patch)
treeea7af2823fad65877d32afb388611da57886d938 /src/Utils.ts
parent71ebece4a97547ac9bec32cd30957d38c96fb755 (diff)
performance tuning for sidebar
Diffstat (limited to 'src/Utils.ts')
-rw-r--r--src/Utils.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Utils.ts b/src/Utils.ts
index 7401ef981..2b15ad0f2 100644
--- a/src/Utils.ts
+++ b/src/Utils.ts
@@ -362,6 +362,8 @@ export function returnZero() { return 0; }
export function returnEmptyString() { return ""; }
+export let emptyPath = [];
+
export function emptyFunction() { }
export function unimplementedFunction() { throw new Error("This function is not implemented, but should be."); }