hypnotic icon indicating copy to clipboard operation
hypnotic copied to clipboard

not working in my firefox 45.0.1

Open aliramw opened this issue 9 years ago • 1 comments

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...

aliramw avatar Apr 07 '16 04:04 aliramw

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.

coolwanglu avatar Apr 12 '16 19:04 coolwanglu