File tree Expand file tree Collapse file tree 1 file changed +25
-21
lines changed
html-components/list/template Expand file tree Collapse file tree 1 file changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -58,26 +58,6 @@ import ( file ) | deserialise *file*
5858test()|display test data
5959
6060
61- ## api
62-
63-
64- ### save ( file )
65-
66- reads a blob from source and saves it according to the file descriptor, then calls complete.save( file )
67-
68-
69- ### clear ( )
70-
71- clear the current file. file-mod maintains a reference to the current file so that save can be called
72- externally, ie say ctrl-s
73-
74-
75- ### new ()
76-
77- alias for newfile
78-
79-
80-
8161
8262<!--
8363
@@ -110,6 +90,24 @@ The promise rejects with:
11090-->
11191
11292
93+ ## api
94+
95+
96+ ### save ( file )
97+
98+ reads a blob from source and saves it according to the file descriptor, then calls complete.save( file )
99+
100+
101+ ### clear ( )
102+
103+ clear the current file. file-mod maintains a reference to the current file so that save can be called
104+ externally, ie say ctrl-s
105+
106+
107+ ### new ()
108+
109+ alias for newfile
110+
113111
114112<div id =file-descriptor style =' scroll-margin-top : 80px ' >
115113
@@ -154,4 +152,10 @@ create a file descriptor object
154152
155153### export ( [ file] )
156154
157- serialise and return file or the current file
155+ serialise and return file or the current file
156+
157+
158+
159+
160+
161+
You can’t perform that action at this time.
0 commit comments