mirror of https://github.com/layui/layer
Update layer.js
parent
a585ba990e
commit
11cd9fb9cb
|
@ -1222,7 +1222,7 @@ layer.photos = function(options, loop, key){
|
||||||
}, end: function(){
|
}, end: function(){
|
||||||
dict.end = true;
|
dict.end = true;
|
||||||
$(document).off('keyup', dict.keyup);
|
$(document).off('keyup', dict.keyup);
|
||||||
typeof options.successCallback === 'function' && options.endCallback();
|
typeof options.endCallback === 'function' && options.endCallback();
|
||||||
}
|
}
|
||||||
}, options));
|
}, options));
|
||||||
}, function(){
|
}, function(){
|
||||||
|
|
Loading…
Reference in New Issue