Skip to content

Commit

Permalink
Merge pull request #113 from yolo2013/master
Browse files Browse the repository at this point in the history
注释错别字
  • Loading branch information
糖饼 committed Jul 17, 2014
2 parents 5404647 + a0d0612 commit 944db04
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 944db04

Please sign in to comment.