Skip to content

Commit a0d0612

Browse files
committed
注释错别字
1 parent 4f54d35 commit a0d0612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog-plus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dialog.oncreate = function (api) {
9393
for (var i = 0; i < frames.length; i ++) {
9494
try {
9595
if (originalOptions instanceof frames[i].Object) {
96-
// 让 iframe 刷新前时候也关闭对话框
96+
// 让 iframe 刷新的时候也关闭对话框
9797
// 防止要执行的对象被强制收回导致 IE 报错:“不能执行已释放 Script 的代码”
9898
$(frames[i]).one('unload', un);
9999
break;

0 commit comments

Comments
 (0)