File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ declare class Sequence {
180180
181181 /**
182182 * Clones a sequence.
183- * @returns the clone Sequence .
183+ * @returns a boolean indicating whether the cloning was successful .
184184 */
185- clone ( ) : Sequence
185+ clone ( ) : boolean
186186
187187 /**
188188 * Creates a new sequence from the source sequence's in and out points.
Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ declare class Sequence {
153153
154154 /**
155155 * Clones a sequence.
156- * @returns the clone Sequence .
156+ * @returns a boolean indicating whether the cloning was successful .
157157 */
158- clone ( ) : Sequence
158+ clone ( ) : boolean
159159
160160 /**
161161 * Creates a new sequence from the source sequence's in and out points.
Original file line number Diff line number Diff line change @@ -213,9 +213,9 @@ declare class Sequence {
213213
214214 /**
215215 * Clones a sequence.
216- * @returns the clone Sequence .
216+ * @returns a boolean indicating whether the cloning was successful .
217217 */
218- clone ( ) : Sequence
218+ clone ( ) : boolean
219219
220220 /**
221221 * Creates a caption track in the active sequence using caption data from a project item.
You can’t perform that action at this time.
0 commit comments