paperjs / paperjs.org

The source of the Paper.js website http://paperjs.org, translated to the static pages in https://github.com/paperjs/paperjs.github.io by running it through https://github.com/paperjs/woods in a Travis CI worker on each commit.
48 stars 34 forks source link

"Source" button does not work in Chromium #32

Closed ceremcem closed 6 years ago

ceremcem commented 6 years ago

As title says, "Source" button in the examples doesn't work. Console shows this error:

"TypeError: Cannot read property 'on' of null
    at createPaperScript (http://paperjs.org/assets/js/scripts.js:435:14)
    at HTMLDivElement.<anonymous> (http://paperjs.org/assets/js/scripts.js:243:3)
    at Function.each (http://paperjs.org/assets/js/jquery.js:4:5347)
    at init.each (http://paperjs.org/assets/js/jquery.js:4:1999)
    at Object.behaviors.paperscript (http://paperjs.org/assets/js/scripts.js:242:28)
    at HTMLDocument.<anonymous> (http://paperjs.org/assets/js/scripts.js:531:15)
    at c (http://paperjs.org/assets/js/jquery.js:4:26051)
    at Object.fireWith [as resolveWith] (http://paperjs.org/assets/js/jquery.js:4:26856)
    at Function.ready (http://paperjs.org/assets/js/jquery.js:4:3305)
    at HTMLDocument.q (http://paperjs.org/assets/js/jquery.js:4:717)"

Version

Version 69.0.3497.92 (Developer Build) built on Debian buster/sid, running on Debian buster/sid (64-bit)

lehni commented 6 years ago

I am seeing this too. Will investigate it, thanks!

ceremcem commented 6 years ago

Nice!