我已经在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