未捕获的TypeError:无法读取属性' split'在Yepnope 2.0.0中未定义

时间:2015-09-25 11:06:39

标签: javascript modernizr yepnope

我已经在Yepnope 2.0.0中尝试了这个

var something = true;

yepnope({
    test: something,
    yep: 'library1.js',
    nope: 'library2.js' 
    });

但是不起作用并在控制台中返回我:

Uncaught TypeError: Cannot read property 'split' of undefined

我使用了Modernizr.load并且一直在工作!但是在Modernizr 3.0中被弃用了......

使用以前的版本(v1.5.4)https://github.com/SlexAxton/yepnope.js/releases修复了它,但使用2.0.0的任何想法?

使用YepNope 1.x的示例 https://dl.dropboxusercontent.com/u/76885657/stackoverflow/yepnope/yepnope1.html

相同的代码,使用YepNope 2.x. https://dl.dropboxusercontent.com/u/76885657/stackoverflow/yepnope/yepnope2.html

0 个答案:

没有答案