Skip to content

Commit db936bb

Browse files
committed
fix closure
1 parent c0a02e6 commit db936bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/libfetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ var LibraryFetch = {
164164

165165
/**
166166
* Sends the request.
167-
* @param {any} body The body of the request.
167+
* @param body The body of the request.
168168
*/
169169
async send(body = null) {
170170
if (this.readyState !== 1) {

0 commit comments

Comments
 (0)