You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//process the queuecheckAll: function(){varlength=$.fn.appear.checks.length;if(length>0){while(length--){try{($.fn.appear.checks[length])();}catch(e){}}}},
@StevenWillett , you didn't removed the possibly "undefined" callback before the try.
The error is showing on line 127 for me, but its this code block:
Original (In master Branch, lines 124-128)
Updated this block to use:
but get the same issue even when trying to catch the issue.
Any pointers to a possible solution?
The text was updated successfully, but these errors were encountered: