|
1 |
| -/******/ (function(modules) { // webpackBootstrap |
| 1 | + /******/ (function(modules) { // webpackBootstrap |
2 | 2 | /******/ // The module cache
|
3 | 3 | /******/ var installedModules = {};
|
4 | 4 | /******/
|
|
67 | 67 | /* 0 */
|
68 | 68 | /***/ (function(module, exports) {
|
69 | 69 |
|
70 |
| -/* |
71 |
| - MIT License http://www.opensource.org/licenses/mit-license.php |
72 |
| - Author Tobias Koppers @sokra |
73 |
| -*/ |
74 |
| -// css base code, injected by the css-loader |
75 |
| -module.exports = function() { |
76 |
| - var list = []; |
77 |
| -
|
78 |
| - // return the list of modules as css string |
79 |
| - list.toString = function toString() { |
80 |
| - var result = []; |
81 |
| - for(var i = 0; i < this.length; i++) { |
82 |
| - var item = this[i]; |
83 |
| - if(item[2]) { |
84 |
| - result.push("@media " + item[2] + "{" + item[1] + "}"); |
85 |
| - } else { |
86 |
| - result.push(item[1]); |
87 |
| - } |
88 |
| - } |
89 |
| - return result.join(""); |
90 |
| - }; |
91 |
| -
|
92 |
| - // import a list of modules into the list |
93 |
| - list.i = function(modules, mediaQuery) { |
94 |
| - if(typeof modules === "string") |
95 |
| - modules = [[null, modules, ""]]; |
96 |
| - var alreadyImportedModules = {}; |
97 |
| - for(var i = 0; i < this.length; i++) { |
98 |
| - var id = this[i][0]; |
99 |
| - if(typeof id === "number") |
100 |
| - alreadyImportedModules[id] = true; |
101 |
| - } |
102 |
| - for(i = 0; i < modules.length; i++) { |
103 |
| - var item = modules[i]; |
104 |
| - // skip already imported module |
105 |
| - // this implementation is not 100% perfect for weird media query combinations |
106 |
| - // when a module is imported multiple times with different media queries. |
107 |
| - // I hope this will never occur (Hey this way we have smaller bundles) |
108 |
| - if(typeof item[0] !== "number" || !alreadyImportedModules[item[0]]) { |
109 |
| - if(mediaQuery && !item[2]) { |
110 |
| - item[2] = mediaQuery; |
111 |
| - } else if(mediaQuery) { |
112 |
| - item[2] = "(" + item[2] + ") and (" + mediaQuery + ")"; |
113 |
| - } |
114 |
| - list.push(item); |
115 |
| - } |
116 |
| - } |
117 |
| - }; |
118 |
| - return list; |
119 |
| -}; |
| 70 | +/* |
| 71 | + MIT License http://www.opensource.org/licenses/mit-license.php |
| 72 | + Author Tobias Koppers @sokra |
| 73 | +*/ |
| 74 | +// css base code, injected by the css-loader |
| 75 | +module.exports = function() { |
| 76 | + var list = []; |
| 77 | + |
| 78 | + // return the list of modules as css string |
| 79 | + list.toString = function toString() { |
| 80 | + var result = []; |
| 81 | + for(var i = 0; i < this.length; i++) { |
| 82 | + var item = this[i]; |
| 83 | + if(item[2]) { |
| 84 | + result.push("@media " + item[2] + "{" + item[1] + "}"); |
| 85 | + } else { |
| 86 | + result.push(item[1]); |
| 87 | + } |
| 88 | + } |
| 89 | + return result.join(""); |
| 90 | + }; |
| 91 | + |
| 92 | + // import a list of modules into the list |
| 93 | + list.i = function(modules, mediaQuery) { |
| 94 | + if(typeof modules === "string") |
| 95 | + modules = [[null, modules, ""]]; |
| 96 | + var alreadyImportedModules = {}; |
| 97 | + for(var i = 0; i < this.length; i++) { |
| 98 | + var id = this[i][0]; |
| 99 | + if(typeof id === "number") |
| 100 | + alreadyImportedModules[id] = true; |
| 101 | + } |
| 102 | + for(i = 0; i < modules.length; i++) { |
| 103 | + var item = modules[i]; |
| 104 | + // skip already imported module |
| 105 | + // this implementation is not 100% perfect for weird media query combinations |
| 106 | + // when a module is imported multiple times with different media queries. |
| 107 | + // I hope this will never occur (Hey this way we have smaller bundles) |
| 108 | + if(typeof item[0] !== "number" || !alreadyImportedModules[item[0]]) { |
| 109 | + if(mediaQuery && !item[2]) { |
| 110 | + item[2] = mediaQuery; |
| 111 | + } else if(mediaQuery) { |
| 112 | + item[2] = "(" + item[2] + ") and (" + mediaQuery + ")"; |
| 113 | + } |
| 114 | + list.push(item); |
| 115 | + } |
| 116 | + } |
| 117 | + }; |
| 118 | + return list; |
| 119 | +}; |
120 | 120 |
|
121 | 121 |
|
122 | 122 | /***/ }),
|
@@ -11361,27 +11361,27 @@ window.onload = function () {
|
11361 | 11361 | /* 36 */
|
11362 | 11362 | /***/ (function(module, exports) {
|
11363 | 11363 |
|
11364 |
| -var g; |
11365 |
| -
|
11366 |
| -// This works in non-strict mode |
11367 |
| -g = (function() { |
11368 |
| - return this; |
11369 |
| -})(); |
11370 |
| -
|
11371 |
| -try { |
11372 |
| - // This works if eval is allowed (see CSP) |
11373 |
| - g = g || Function("return this")() || (1,eval)("this"); |
11374 |
| -} catch(e) { |
11375 |
| - // This works if the window reference is available |
11376 |
| - if(typeof window === "object") |
11377 |
| - g = window; |
11378 |
| -} |
11379 |
| -
|
11380 |
| -// g can still be undefined, but nothing to do about it... |
11381 |
| -// We return undefined, instead of nothing here, so it's |
11382 |
| -// easier to handle this case. if(!global) { ...} |
11383 |
| -
|
11384 |
| -module.exports = g; |
| 11364 | +var g; |
| 11365 | + |
| 11366 | +// This works in non-strict mode |
| 11367 | +g = (function() { |
| 11368 | + return this; |
| 11369 | +})(); |
| 11370 | + |
| 11371 | +try { |
| 11372 | + // This works if eval is allowed (see CSP) |
| 11373 | + g = g || Function("return this")() || (1,eval)("this"); |
| 11374 | +} catch(e) { |
| 11375 | + // This works if the window reference is available |
| 11376 | + if(typeof window === "object") |
| 11377 | + g = window; |
| 11378 | +} |
| 11379 | + |
| 11380 | +// g can still be undefined, but nothing to do about it... |
| 11381 | +// We return undefined, instead of nothing here, so it's |
| 11382 | +// easier to handle this case. if(!global) { ...} |
| 11383 | + |
| 11384 | +module.exports = g; |
11385 | 11385 |
|
11386 | 11386 |
|
11387 | 11387 | /***/ }),
|
|
0 commit comments