Skip to content

Commit

Permalink
Clean linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelauritsen committed Jul 19, 2024
1 parent 499e3ad commit e864a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@
};

var mediaQuery = MaterialLayout.prototype.matchMedia_(
/** @type {string} */ (MaterialLayout.prototype.Constant_.MAX_WIDTH))
/** @type {string} */ (MaterialLayout.prototype.Constant_.MAX_WIDTH));
mediaQuery.onchange = screenSizeHandler;

MaterialLayout.prototype.screenSizeMediaQuery_ = mediaQuery
MaterialLayout.prototype.screenSizeMediaQuery_ = mediaQuery;

/**
* Handles scrolling on the content.
Expand Down

0 comments on commit e864a23

Please sign in to comment.