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

not working in my firefox 45.0.1 #2

Open
aliramw opened this issue Apr 7, 2016 · 1 comment
Open

not working in my firefox 45.0.1 #2

aliramw opened this issue Apr 7, 2016 · 1 comment

Comments

@aliramw
Copy link

aliramw commented Apr 7, 2016

error message:

too much recursion
Array: function(dummy) {

TypeError: Array.prototype.slice is undefined
...=function(a){return function(b){return T(Array.prototype.slice.call(arguments,1)...

TypeError: b.trigger is not a function
...nt(t,"mousemove",b.throttle(function(){b.trigger("window.mousemove")},250,50),!1...

@coolwanglu
Copy link
Owner

It seems that

Array: function(dummy) {
  Array.apply(...)
}

The inner Array will refer to the outer Array, instead of the globally one.
Maybe I should change the interpreter.

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