hypnotic icon indicating copy to clipboard operation
hypnotic copied to clipboard

Let JavaScript Sleep()

Results 3 hypnotic issues
Sort by recently updated
recently updated
newest added

too much recursion hypnotic.js line 174

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

Your library is a good idea. I created this issue because for an open source project it's very important to test your code to ensure the integrity of your library...