Skip to content
New issue

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

模块化加载(seajs),出现undefined #19

Open
zstep opened this issue Feb 9, 2015 · 1 comment
Open

模块化加载(seajs),出现undefined #19

zstep opened this issue Feb 9, 2015 · 1 comment

Comments

@zstep
Copy link

zstep commented Feb 9, 2015

seajs.use(["zepto", "frozen"], function (z, fz) {
//错误,fz.Scroll: undefined
var tab = new fz.Scroll('#divNav', {role: 'tab'});
});

@fayching
Copy link
Member

目前版本的zepto还是要单独引用,下个版本会解决这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants