Skip to content

Commit 950f7e1

Browse files
committed
linting fixing at comments
1 parent 797b87d commit 950f7e1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/main/js/modules/at.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ The utils.at() function will perform a given task at a given time in the
1313
1414
#### Parameters
1515
16-
* time24hr : The time in 24hr form - e.g. 9:30 in the morning is '09:30' while
17-
9:30 pm is '21:30', midnight is '00:00' and midday is '12:00'
18-
* callback : A javascript function which will be invoked at the given time.
19-
* worlds : (optional) An array of worlds. Each world has its own clock. If no array of worlds is specified, all the server's worlds are used.
20-
* repeat : (optional) true or false, default is true (repeat the task every day)
16+
* time24hr : The time in 24hr form - e.g. 9:30 in the morning is '09:30' while 9:30 pm is '21:30', midnight is '00:00' and midday is '12:00'
17+
* callback : A javascript function which will be invoked at the given time.
18+
* worlds : (optional) An array of worlds. Each world has its own clock. If no array of worlds is specified, all the server's worlds are used.
19+
* repeat : (optional) true or false, default is true (repeat the task every day)
2120
2221
#### Example
2322

0 commit comments

Comments
 (0)