Skip to content

Commit e4a60f4

Browse files
authored
Merge pull request #2109 from Jarvis-3000/patch-1
Update article.md
2 parents 7045666 + 8d69206 commit e4a60f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-frames-and-windows/01-popup-windows/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ name
6969
: A name of the new window. Each window has a `window.name`, and here we can specify which window to use for the popup. If there's already a window with such name -- the given URL opens in it, otherwise a new window is opened.
7070

7171
params
72-
: The configuration string for the new window. It contains settings, delimited by a comma. There must be no spaces in params, for instance: `width:200,height=100`.
72+
: The configuration string for the new window. It contains settings, delimited by a comma. There must be no spaces in params, for instance: `width=200,height=100`.
7373

7474
Settings for `params`:
7575

0 commit comments

Comments
 (0)