AmpersandJS / ampersand-events

Standalone event system that can be mixed into any object
MIT License
18 stars 7 forks source link

Adds sensible error messages if listenTo is trying to listen to undefined or a non-amp-events object #5

Closed latentflip closed 9 years ago

latentflip commented 9 years ago

Got fed up of:

665deb60-57b4-4eda-9131-3d0a287ef91f 2015-05-24 21-08-47

lukekarrys commented 9 years ago

+1

kamilogorek commented 9 years ago

+1

@bear can we strip <IE9 for a whole Ampersand org. on Travis? Right now they're causing CI to fail, eg. in this very ticket.

bear commented 9 years ago

Once this build passes I'll make the zuul change across the repos

latentflip commented 9 years ago

Okay, gonna merge this, it'll still run just the same as it did before in ie6/7/8 anyway, it just may not error in exactly this place.