when i am executing my code in ckeditor,It works well in internet explorer and chrome without any issue. But when I am trying to run that code in Firefox,It gives me an error as "TypeError: element.$ is undefined" for "
if (element && typeof element.$.isContentEditable != 'undefined')" in node.js thanks in advance. |