yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
492 stars 160 forks source link

Invalid character when loading locally on iOS webview #90

Open leoafarias opened 7 years ago

leoafarias commented 7 years ago

When running videojs-panorama locally on a webview I am getting a SyntaxError: Invalid character '\u0178'

It seems that its coming from this line. There is

video[ಠevent] = true;

Is there a reason for this character throughout the source code?

https://github.com/yanwsh/videojs-panorama/blob/a14d6fb7c4672ca279ed205d64e19a64c20a1e72/dist/videojs-panorama.es6.js#L1265