askbot-dragon 1.3.71 → 1.3.72

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.3.71",
3
+ "version": "1.3.72",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -912,9 +912,9 @@ export default {
912
912
  childDom.style.transformOrigin = "0px 0px 0px";
913
913
  } else {
914
914
  item.dom = null
915
- this.startRenderPages(item.pdfPage, null, index)
915
+ that.startRenderPages(item.pdfPage, null, index)
916
916
  }
917
- } )
917
+ })
918
918
  }
919
919
  })
920
920
  // console.log(newScale);