Skip to content

Commit 9a9ba0e

Browse files
committed
Fix lint issue
1 parent 7db2233 commit 9a9ba0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/core/static-src/core/js/sponsorship.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ Promo.prototype.place_promo = function (selector, promo_class) {
117117
Promo.prototype.get_alabaster_promo_selector = function () {
118118
// Return a jQuery selector where the promo goes on the Alabaster theme
119119
var self = this,
120-
selector, wrapper;
120+
selector,
121+
wrapper;
121122

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

0 commit comments

Comments
 (0)