diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-12-07 19:32:59 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-12-07 19:32:59 -0500 |
commit | 30b112009af6de99fa84ff29d3b92f648b0900df (patch) | |
tree | 6b426a4be37cd3c98c34eb3ef2dd6eca921aa080 /src/Utils.ts | |
parent | 304d7f239ae6e7b854a8da1124a919b7ba093b48 (diff) | |
parent | d3492a9a8dd221cf0828f1011c718353278ce87b (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/Utils.ts')
-rw-r--r-- | src/Utils.ts | 2 |
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."); } |