Adding event preventDefault on toggleFeatured function

This commit is contained in:
Lucas Churchill 2014-03-23 00:27:53 -03:00
parent a9d239f5f1
commit f4f4dc08e3

View File

@ -228,6 +228,7 @@
},
toggleFeatured: function (e) {
e.preventDefault();
var self = this,
featured = !self.model.get('featured'),
featuredEl = $(e.currentTarget),