Skip to content

Commit c8116e4

Browse files
committed
Merge pull request #21 from thomasyimgit/master
fix ‘width’ bug
2 parents f00798a + 1dd785f commit c8116e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Xss(cross-site scripting)攻击指的是攻击者往Web页面里插入恶意 `ht
424424

425425
- 避免全局查询
426426

427-
- 避免使用width(width会创建自己的作用域,会增加作用域链长度)
427+
- 避免使用with(with会创建自己的作用域,会增加作用域链长度)
428428

429429
- 多个变量声明合并
430430

0 commit comments

Comments
 (0)