]> Cypherpunks repositories - gostls13.git/commitdiff
syscall/js: fix comments
authorHajime Hoshi <hajimehoshi@gmail.com>
Sun, 2 Jun 2019 16:52:50 +0000 (01:52 +0900)
committerRichard Musiol <neelance@gmail.com>
Sun, 2 Jun 2019 19:28:21 +0000 (19:28 +0000)
As js.TypedArray no longer exists, the comment should be updated.

Change-Id: Idd1087c8007afc90307fdd965f28d3be8d8cd73e
Reviewed-on: https://go-review.googlesource.com/c/go/+/180097
Reviewed-by: Richard Musiol <neelance@gmail.com>
src/syscall/js/js.go

index ee7fbe1aed1c8875e1cd7d6725de8b3aef09e57f..7300d2c7695fc902b809f46bebb5c1122274333e 100644 (file)
@@ -105,7 +105,6 @@ func Global() Value {
 //  | Go                     | JavaScript             |
 //  | ---------------------- | ---------------------- |
 //  | js.Value               | [its value]            |
-//  | js.TypedArray          | typed array            |
 //  | js.Func                | function               |
 //  | nil                    | null                   |
 //  | bool                   | boolean                |