diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-30 11:14:44 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-30 16:35:12 -0400 |
commit | cec82263c1299638b01ecc7a9b54aacb285f7fcb (patch) | |
tree | d6f6a5fe8cf1d8baf7088dce565e93b48cd54e4f /js/dom_types.ts | |
parent | 4c6f37cec31d51f6d7ad9e815aafd23efe9e1a80 (diff) |
Format
Diffstat (limited to 'js/dom_types.ts')
-rw-r--r-- | js/dom_types.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/dom_types.ts b/js/dom_types.ts index e3f75e488..d59f1165e 100644 --- a/js/dom_types.ts +++ b/js/dom_types.ts @@ -103,8 +103,8 @@ export interface URLSearchParams { */ set(name: string, value: string): void; /** - * Sort all key/value pairs contained in this object in place - * and return undefined. The sort order is according to Unicode + * Sort all key/value pairs contained in this object in place + * and return undefined. The sort order is according to Unicode * code points of the keys. */ sort(): void; @@ -112,8 +112,8 @@ export interface URLSearchParams { * Returns a query string suitable for use in a URL. */ toString(): string; - /** - * Iterates over each name-value pair in the query + /** + * Iterates over each name-value pair in the query * and invokes the given function. */ forEach( |