aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Doc.ts
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-07-03 13:37:12 -0400
committerAndy Rickert <andrew_rickert@brown.edu>2020-07-03 13:37:12 -0400
commitb058ca45c5d8f3168fdb3a9e8733152765afdb0b (patch)
tree5d66db927370f2d7cd6a016e5bc77f202e37e65b /src/fields/Doc.ts
parent552e340758ae187459786d742c5e9d2487446f1b (diff)
parent435995b1fb8ef52d2f76b89ca161e4372fb79cfd (diff)
merge w search_doc
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r--src/fields/Doc.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts
index 4a35ef018..b2fc10b99 100644
--- a/src/fields/Doc.ts
+++ b/src/fields/Doc.ts
@@ -1176,4 +1176,4 @@ Scripting.addGlobal(function selectedDocs(container: Doc, excludeCollections: bo
return docs.length ? new List(docs) : prevValue;
});
Scripting.addGlobal(function setDocFilter(container: Doc, key: string, value: any, modifiers?: "match" | "check" | "x" | undefined) { Doc.setDocFilter(container, key, value, modifiers); });
-Scripting.addGlobal(function setDocFilterRange(container: Doc, key: string, range: number[]) { Doc.setDocFilterRange(container, key, range); }); \ No newline at end of file
+Scripting.addGlobal(function setDocFilterRange(container: Doc, key: string, range: number[]) { Doc.setDocFilterRange(container, key, range); });