Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Jan 9, 2018
1 parent 7db2233 commit 9a9ba0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readthedocs/core/static-src/core/js/sponsorship.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Promo.prototype.place_promo = function (selector, promo_class) {
Promo.prototype.get_alabaster_promo_selector = function () {
// Return a jQuery selector where the promo goes on the Alabaster theme
var self = this,
selector, wrapper;
selector,
wrapper;

if (self.display_type === constants.PROMO_TYPES.FOOTER) {
wrapper = $('<div />')
Expand Down

0 comments on commit 9a9ba0e

Please sign in to comment.