We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new iScroll('S_widgets');//ps 这里为啥会在单元测试时候报错呢? iScroll 报错 function pageend(func){ function mp(fn){ return function(){
try{ new iScroll('S_widgets');//ps 这里为啥会在单元测试时候报错呢? } catch(e) { } $(window).trigger('resize'); fn(); } } var pagefun=mp(func); setTimeout(pagefun, 200);
}
有谁针对页面使用 做这个的单元测试吗? PS 正常运行时候没问题
The text was updated successfully, but these errors were encountered:
你把message错误信息发错来看看!
Sorry, something went wrong.
Uncaught TypeError: Cannot read property 'style' of null gmu.js:4378 iScroll gmu.js:4378 ns.iScroll.iScroll gmu.js:5046 (anonymous function)
No branches or pull requests
new iScroll('S_widgets');//ps 这里为啥会在单元测试时候报错呢?
iScroll 报错
function pageend(func){
function mp(fn){
return function(){
}
有谁针对页面使用 做这个的单元测试吗?
PS 正常运行时候没问题
The text was updated successfully, but these errors were encountered: