@lijuhong1981/jsgif 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -539,7 +539,7 @@ function GifPlayer(options = {}) {
539
539
 
540
540
  return new Promise(function (resolve, reject) {
541
541
 
542
- function rejectError() {
542
+ function rejectError(error) {
543
543
  if (typeof onError === 'function')
544
544
  onError(error);
545
545
  reject(error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lijuhong1981/jsgif",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "lijuhong1981",
6
6
  "homepage": "https://github.com/lijuhong1981/jslibs#readme",