From 9bb6366fe72661e933c58ac1f639f00e5f2913e2 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Wed, 8 Apr 2020 21:20:45 -0400 Subject: fixes --- src/client/documents/Documents.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 08aa31db2..b99abc07b 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -547,10 +547,6 @@ export namespace Docs { return InstanceFromProto(Prototypes.get(DocumentType.RTF), text, options, undefined, "text"); } - export function ScriptDocument(options: DocumentOptions = {}) { - return InstanceFromProto(Prototypes.get(DocumentType.SCRIPT), undefined, options); - } - export function LinkDocument(source: { doc: Doc, ctx?: Doc }, target: { doc: Doc, ctx?: Doc }, options: DocumentOptions = {}, id?: string) { const doc = InstanceFromProto(Prototypes.get(DocumentType.LINK), undefined, { isLinkButton: true, treeViewHideTitle: true, treeViewOpen: false, removeDropProperties: new List(["isBackground", "isLinkButton"]), ...options }); const linkDocProto = Doc.GetProto(doc); -- cgit v1.2.3-70-g09d2