Я использую excanvas.js, который используется с графиками flot jquery.Когда в FF или Chrome графики показывают отлично.В IE я получаю эту ошибку:
Неизвестная ошибка времени выполнения excanvas.min.js, строка 144 символа 21
el.getContext = getContext;
// Remove fallback content. There is no way to hide text nodes so we
// just remove all childNodes. We could hide all elements and remove
// text nodes but who really cares about the fallback content.
el.innerHTML = '';
el in the stack is DispHTMLUnknownElement
Что это может быть?
Спасибо?