Frame.dispose()

I get ZIM.js:7 Uncaught TypeError: createjs.removeRemotePointers is not a function
at WW.HTMLCanvasElement.y.dispose (ZIM.js:7:981858)
at CanvasHandlerClass.removeFrame (CanvasHandler.js:927:15)
at CanvasHandler.js:902:18

Sorry, @frank - missed this one. What version of ZIM and what version of CreateJS? Perhaps make sure the CreateJS is 1.4.1 - you can get it here https://zimjs.org/cdn/1.4.1/createjs.js

Or any of the ES6 imports will call the latest.
import ZIM from "https://zimjs.org/cdn/016/zim" etc.

Thanx Dan! I will try.

1 Like