You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.dispatchEvent(changeEvent);
TypeError: this.dispatchEvent is not a function on line 755 in file
http://raphaelcruzeiro.github.io/jquery-notebook/src/js/jquery.notebook.js
I am using Firefox 32 on Ubuntu.
Error occurs also in Chrome:
Uncaught TypeError: undefined is not a function
I guess, this is evaluated differently in the two browsers.
The text was updated successfully, but these errors were encountered:
When I try to create a link (http://raphaelcruzeiro.github.io/jquery-notebook/), I get the following error after hitting the return key:
I am using Firefox 32 on Ubuntu.
Error occurs also in Chrome:
I guess,
this
is evaluated differently in the two browsers.The text was updated successfully, but these errors were encountered: