bootstrap-wysiwyg エディターを提供しようとしています。Firefoxでは問題なく動作しますが、IEでは例外が発生します
Unhandled exception at line 30, column 7 in http://localhost:21585/Scripts/plugins/bootstrap-wysiwyg.js
0x80040100 - JavaScript runtime error: This command is not supported.
ラインは
if (document.queryCommandState(command)) {
コマンド = "fontSize 5"
何か案が?