Skip to content

Commit 9ca762f

Browse files
committed
Built files.
1 parent 583ee45 commit 9ca762f

4 files changed

+6
-6
lines changed

dest/respond.matchmedia.addListener.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dest/respond.matchmedia.addListener.src.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
urls: /(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,
112112
findStyles: /@media *([^\{]+)\{([\S\s]+?)$/,
113113
only: /(only\s+)?([a-zA-Z]+)\s?/,
114-
minw: /\(min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,
115-
maxw: /\(max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/
114+
minw: /\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,
115+
maxw: /\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/
116116
};
117117
respond.mediaQueriesSupported = w.matchMedia && w.matchMedia("only all") !== null && w.matchMedia("only all").matches;
118118
if (respond.mediaQueriesSupported) {

dest/respond.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dest/respond.src.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
urls: /(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,
6363
findStyles: /@media *([^\{]+)\{([\S\s]+?)$/,
6464
only: /(only\s+)?([a-zA-Z]+)\s?/,
65-
minw: /\(min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,
66-
maxw: /\(max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/
65+
minw: /\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,
66+
maxw: /\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/
6767
};
6868
respond.mediaQueriesSupported = w.matchMedia && w.matchMedia("only all") !== null && w.matchMedia("only all").matches;
6969
if (respond.mediaQueriesSupported) {

0 commit comments

Comments
 (0)