crowdfavorite / wp-post-formats

An admin interface and structured post meta for WordPress post formats.
363 stars 78 forks source link

$(document).trigger rather than $.trigger for events. #17

Closed mattwiebe closed 12 years ago

mattwiebe commented 12 years ago

$.trigger doesn't exist: events need to be bound to an object.

Also, I got rid of your usage of eval(), which is generally considered a Bad Idea™ to use.