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 remember seeing this as well. Should tram at least warn you, so you can clean up references? Or keep in line with how all the jquery methods fail silently?
I think just fail silently like jquery. I kind of like that you don't HAVE to put conditionals everywhere with jquery for stuff that is optional, if you KWIM.
Take this example:
If
#download
doesn't exist, I'm getting this JS error:I personally think Tram should shrug and move on rather than throwing a fatal error.
The text was updated successfully, but these errors were encountered: