[更新]修复msg.confirm方法

This commit is contained in:
Anyon 2017-06-13 11:43:32 +08:00
parent aba79cc376
commit 3bc3e9ef07

View File

@ -84,7 +84,7 @@ define(['jquery'], function () {
typeof ok === 'function' && ok.call(this);
self.close();
}, function () {
typeof no === 'function' && ok.call(this);
typeof no === 'function' && no.call(this);
self.close();
});
};