aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-10-17 16:48:39 -0400
committerbob <bcz@cs.brown.edu>2019-10-17 16:48:39 -0400
commitfca8d503610f799ca0e4afcec114075456d411e0 (patch)
treecac4a76094e72dfc302f0118f763ce1753ab4053 /src/Utils.ts
parentdcdefb2a5a80d3c4d5451d6c7fc7213565d5ea5f (diff)
switched links over to be a document
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 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; }