diff options
author | bob <bcz@cs.brown.edu> | 2019-12-09 10:16:58 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-12-09 10:16:58 -0500 |
commit | 2b5002cb19fd896426df2a26b981b99fb88dc119 (patch) | |
tree | d929ea2c4f761146367043c65125f7cd3f904535 /src/Utils.ts | |
parent | e5ca273b70c2c41f953ad2a534afabdb313f3e99 (diff) | |
parent | cfaf02757f5aebd2ccce0bbef8b6f5e232932693 (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."); } |