fix js for ugoira player

This commit is contained in:
r888888888
2018-08-04 21:11:36 -07:00
parent f09c5868e3
commit 88c2fa69f3
4 changed files with 87 additions and 68 deletions

View File

@@ -518,4 +518,8 @@ ZipImagePlayer.prototype = {
hasError: function() {
return this._failed;
}
}
}
// added
export { ZipImagePlayer };