Internet Explorer 11自动将代码添加到js函数

时间:2015-02-23 06:04:47

标签: javascript jquery asp.net visual-studio-2013 internet-explorer-11

.js文件包含代码:

(function ($) {
"use strict";
$("#owl-demo").owlCarousel({
    slideSpeed: 50,
    paginationSpeed: 400,
    singleItem: true,
    autoPlay: true,
});})(jQuery);

它适用于所有浏览器,但在IE 11中。当我尝试在IE11中运行它时,Visual Studio会在函数的第一行自动添加navigation:true并在最后一行添加navigation:false然后它会在http://localhost:1400/Scripts/main.js \ n \ n \ nSCRIPT1046第78行第78行产生错误,说明" JavaScript严重错误:严格模式下不允许的属性的多个定义"。第78行是navigation:false

0 个答案:

没有答案