X Tutup
Skip to content

Commit 07ca330

Browse files
committed
Update api/Browser.md again
1 parent 42325d6 commit 07ca330

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/Browser.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ information.
122122
| Parameter | Type |
123123
| --- | --- |
124124
| funcName | string |
125-
| param [ | [mixed |
126-
| param [ | mixed |
127-
| | ..]]] |
125+
| [params..] | mixed |
128126
| __Return__ | void |
129127

130128
Call javascript function asynchronously. This can also call object's methods, just pass "object.method" as `funcName`. Any valid javascript syntax is allowed as `funcName`, you could even pass an anonymous function here.

0 commit comments

Comments
 (0)
X Tutup