Skip to content

Commit 944db04

Browse files
author
糖饼
committed
Merge pull request #113 from yolo2013/master
注释错别字
2 parents 5404647 + a0d0612 commit 944db04

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)