facebookarchive / instant-articles-builder

Instant Articles Rules Editor
https://facebook.github.io/instant-articles-builder
Other
125 stars 67 forks source link

Replace type cast to any with instanceof verification #14

Closed pestevez closed 7 years ago

pestevez commented 7 years ago

Following up on @diegoquinteiro's comment in #13.

This PR replaces the type casting of Event arguments to any and then to a type T, with a verification using instanceof