diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/right_shift_assignment')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html index d4163c0f4d..f9e8b3c8c4 100644 --- a/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html @@ -55,5 +55,5 @@ b >>= 2; // -2 (-00000000000000000000000000000010)</pre> </ul> <p> - <audio style="display: none;"></audio> + <audio class="hidden"></audio> </p> |