Skip to content

Commit

Permalink
make util non-package-private
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Jan 20, 2021
1 parent 19104c4 commit 24978ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/media-query-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ let ExprDef;
const MEDIA_QUERY_VALUE_RE = /[A-Za-z0-9.%]+$/;
const TRUE_VALUE = '1';

/** @package */
export class MediaQueryProps {
/**
* @param {!Window} win
Expand Down

0 comments on commit 24978ee

Please sign in to comment.