Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1998c19

Browse files
committed
Add lineNumber argument to delay()
1 parentd5114e3 commit1998c19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/Commander.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Commander {
2929
this.command(null,'setRoot',arguments);
3030
}
3131

32-
staticdelay(){
32+
staticdelay(lineNumber?:Number){
3333
this.command(null,'delay',arguments);
3434
}
3535

@@ -51,8 +51,8 @@ class Commander {
5151
returnthis;
5252
}
5353

54-
delay(): this{
55-
Commander.delay();
54+
delay(lineNumber?:Number): this{
55+
Commander.delay(lineNumber);
5656
returnthis;
5757
}
5858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp