diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-17 16:48:39 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-17 16:48:39 -0400 |
| commit | fca8d503610f799ca0e4afcec114075456d411e0 (patch) | |
| tree | cac4a76094e72dfc302f0118f763ce1753ab4053 /src/Utils.ts | |
| parent | dcdefb2a5a80d3c4d5451d6c7fc7213565d5ea5f (diff) | |
switched links over to be a document
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 66ed8be5d..7bb025e49 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -289,6 +289,8 @@ export function percent2frac(percent: string) { export function numberRange(num: number) { return Array.from(Array(num)).map((v, i) => i); } +export function returnTransparent() { return "transparent"; } + export function returnTrue() { return true; } export function returnFalse() { return false; } |
