Skip to content

Commit 405790c

Browse files
committed
docs(bom): fix window/window.open wangdoc#111
1 parent c80e606 commit 405790c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bom/window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ var popup = window.open(
324324
);
325325
```
326326

327-
上面代码表示,打开的新窗口高度和宽度都为200像素,没有地址栏和滚动条,但有状态栏,允许用户调整大小。
327+
上面代码表示,打开的新窗口高度和宽度都为200像素,没有地址栏,但有状态栏和滚动条,允许用户调整大小。
328328

329329
第三个参数可以设定如下属性。
330330

0 commit comments

Comments
 (0)