Skip to content

Commit

Permalink
[Bug 1190585] Fix typo introduced in lint pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Aug 3, 2015
1 parent 34b01c4 commit f13b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/sumo/static/sumo/js/customercare.js
Expand Up @@ -219,7 +219,7 @@
this.$success_msg.hide();
};

this.$el = $('#reply-modale');
this.$el = $('#reply-modal');

this.$tweet_el = this.$el.find('#initial-tweet');
this._tweet = new Tweet(this.$tweet_el);
Expand Down

0 comments on commit f13b5d8

Please sign in to comment.