Update layer.js

pull/50/head
商商 2017-09-08 19:58:36 +08:00 committed by GitHub
parent a585ba990e
commit 11cd9fb9cb
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ layer.photos = function(options, loop, key){
}, end: function(){
dict.end = true;
$(document).off('keyup', dict.keyup);
typeof options.successCallback === 'function' && options.endCallback();
typeof options.endCallback === 'function' && options.endCallback();
}
}, options));
}, function(){