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
slide.v2.0.js
line 47 var constructor = function(){ var mainFn = arguments.callee.prototype.init; if (typeof(mainFn) == 'function' && arguments.callee.caller != me) { mainFn && mainFn.apply(this, arguments); } };
arguments.callee is deprecated.
test environment wechat version 6.3.15(android and ios)
motion.js not working on strict mode.
The text was updated successfully, but these errors were encountered:
webpack will audo add 'use strict' on every function.
Sorry, something went wrong.
我也遇到了同样的问题,严格模式下会报错
No branches or pull requests
slide.v2.0.js
line 47
var constructor = function(){
var mainFn = arguments.callee.prototype.init;
if (typeof(mainFn) == 'function' && arguments.callee.caller != me) {
mainFn && mainFn.apply(this, arguments);
}
};
arguments.callee is deprecated.
test environment
wechat version 6.3.15(android and ios)
motion.js not working on strict mode.
The text was updated successfully, but these errors were encountered: