Fixing exception dialog's resize.

This commit is contained in:
Samuel Clay 2013-09-14 11:59:02 -07:00
parent b3b44d8e03
commit 49a532605a

View file

@ -1,5 +1,9 @@
NEWSBLUR.ReaderFeedException = function(feed_id, options) {
var defaults = {};
var defaults = {
'onOpen': function() {
$(window).trigger('resize.simplemodal');
}
};
this.options = $.extend({}, defaults, options);
this.model = NEWSBLUR.assets;