Internet explorer dojo在IE上的worklight应用程序中不工作

Internet explorer dojo在IE上的worklight应用程序中不工作,internet-explorer,internet-explorer-8,dojo,ibm-mobilefirst,Internet Explorer,Internet Explorer 8,Dojo,Ibm Mobilefirst,我创建了一个worklight 6.0.0应用程序(dojo 1.9),它运行在chrome和firefox上,但不运行在任何版本的internet explorer上(使用IE tester在6、7、9和8中进行了测试) 这就是返回IE的错误 Mensaje: Línea: 18 Carácter: 486 Código: 0 URI: http://domain/context/apps/services/www/appname/desktopbrowser/default/dojo/do

我创建了一个worklight 6.0.0应用程序(dojo 1.9),它运行在chrome和firefox上,但不运行在任何版本的internet explorer上(使用IE tester在6、7、9和8中进行了测试)

这就是返回IE的错误

Mensaje: 
Línea: 18
Carácter: 486
Código: 0
URI: http://domain/context/apps/services/www/appname/desktopbrowser/default/dojo/dojo.js


Mensaje: Se esperaba un identificador, una cadena o un número
Línea: 409
Carácter: 3
Código: 0
URI: http://domain/context/apps/services/www/appname/desktopbrowser/default/js/CoopServidoresApp.js
这是我的主Worklight Html中的dojo配置

<script type="text/javascript"
data-dojo-config="isDebug: false, async: true, parseOnLoad: true, mblHideAddressBar: false"
src="dojo/dojo.js"></script>

我从一开始就创建了另一个应用程序,然后从internet explorer运行它,但却无法正常工作。 是否需要进行任何配置才能使其正常工作?

请查看:


看起来dojo 1.9.0在IE中被破坏了。修复似乎是在1.9.1中

如何在默认dojoLib上更改dojo的版本?