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
Just a suggestion. When you are declaring prototype methods, end them with a semicolon. Some browsers, like Safari on iOS may mistreat method declaration without a semicolon.
aaaa.prototype.bbbb = function() { };
The text was updated successfully, but these errors were encountered:
Just a suggestion. When you are declaring prototype methods, end them with a semicolon. Some browsers, like Safari on iOS may mistreat method declaration without a semicolon.
aaaa.prototype.bbbb = function() { };
The text was updated successfully, but these errors were encountered: