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
I ran into an issue where $cloneMe.get(0) was undefined so when attempting to access the nodeType property threw an error. Checking typeof $cloneMe.get(0) == 'undefined' should prevent this problem.