Skip to content

Commit

Permalink
注释错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
yolo2013 committed Jul 17, 2014
1 parent 4f54d35 commit a0d0612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog-plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dialog.oncreate = function (api) {
for (var i = 0; i < frames.length; i ++) {
try {
if (originalOptions instanceof frames[i].Object) {
// 让 iframe 刷新前时候也关闭对话框
// 让 iframe 刷新的时候也关闭对话框
// 防止要执行的对象被强制收回导致 IE 报错:“不能执行已释放 Script 的代码”
$(frames[i]).one('unload', un);
break;
Expand Down

0 comments on commit a0d0612

Please sign in to comment.