Built motion from commit bab6f49e.|2.6.17
[motion2.git] / snippet / 3.2.0 / scripts / runtime.js
1 /******/ (() => { // webpackBootstrap
2 /******/        "use strict";
3 /******/        var __webpack_modules__ = ({});
4 /************************************************************************/
5 /******/        // The module cache
6 /******/        var __webpack_module_cache__ = {};
7 /******/        
8 /******/        // The require function
9 /******/        function __webpack_require__(moduleId) {
10 /******/                // Check if module is in cache
11 /******/                var cachedModule = __webpack_module_cache__[moduleId];
12 /******/                if (cachedModule !== undefined) {
13 /******/                        return cachedModule.exports;
14 /******/                }
15 /******/                // Create a new module (and put it into the cache)
16 /******/                var module = __webpack_module_cache__[moduleId] = {
17 /******/                        id: moduleId,
18 /******/                        loaded: false,
19 /******/                        exports: {}
20 /******/                };
21 /******/        
22 /******/                // Execute the module function
23 /******/                __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
24 /******/        
25 /******/                // Flag the module as loaded
26 /******/                module.loaded = true;
27 /******/        
28 /******/                // Return the exports of the module
29 /******/                return module.exports;
30 /******/        }
31 /******/        
32 /******/        // expose the modules object (__webpack_modules__)
33 /******/        __webpack_require__.m = __webpack_modules__;
34 /******/        
35 /************************************************************************/
36 /******/        /* webpack/runtime/chunk loaded */
37 /******/        (() => {
38 /******/                var deferred = [];
39 /******/                __webpack_require__.O = (result, chunkIds, fn, priority) => {
40 /******/                        if(chunkIds) {
41 /******/                                priority = priority || 0;
42 /******/                                for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
43 /******/                                deferred[i] = [chunkIds, fn, priority];
44 /******/                                return;
45 /******/                        }
46 /******/                        var notFulfilled = Infinity;
47 /******/                        for (var i = 0; i < deferred.length; i++) {
48 /******/                                var [chunkIds, fn, priority] = deferred[i];
49 /******/                                var fulfilled = true;
50 /******/                                for (var j = 0; j < chunkIds.length; j++) {
51 /******/                                        if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
52 /******/                                                chunkIds.splice(j--, 1);
53 /******/                                        } else {
54 /******/                                                fulfilled = false;
55 /******/                                                if(priority < notFulfilled) notFulfilled = priority;
56 /******/                                        }
57 /******/                                }
58 /******/                                if(fulfilled) {
59 /******/                                        deferred.splice(i--, 1)
60 /******/                                        var r = fn();
61 /******/                                        if (r !== undefined) result = r;
62 /******/                                }
63 /******/                        }
64 /******/                        return result;
65 /******/                };
66 /******/        })();
67 /******/        
68 /******/        /* webpack/runtime/compat get default export */
69 /******/        (() => {
70 /******/                // getDefaultExport function for compatibility with non-harmony modules
71 /******/                __webpack_require__.n = (module) => {
72 /******/                        var getter = module && module.__esModule ?
73 /******/                                () => (module['default']) :
74 /******/                                () => (module);
75 /******/                        __webpack_require__.d(getter, { a: getter });
76 /******/                        return getter;
77 /******/                };
78 /******/        })();
79 /******/        
80 /******/        /* webpack/runtime/define property getters */
81 /******/        (() => {
82 /******/                // define getter functions for harmony exports
83 /******/                __webpack_require__.d = (exports, definition) => {
84 /******/                        for(var key in definition) {
85 /******/                                if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
86 /******/                                        Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
87 /******/                                }
88 /******/                        }
89 /******/                };
90 /******/        })();
91 /******/        
92 /******/        /* webpack/runtime/global */
93 /******/        (() => {
94 /******/                __webpack_require__.g = (function() {
95 /******/                        if (typeof globalThis === 'object') return globalThis;
96 /******/                        try {
97 /******/                                return this || new Function('return this')();
98 /******/                        } catch (e) {
99 /******/                                if (typeof window === 'object') return window;
100 /******/                        }
101 /******/                })();
102 /******/        })();
103 /******/        
104 /******/        /* webpack/runtime/hasOwnProperty shorthand */
105 /******/        (() => {
106 /******/                __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
107 /******/        })();
108 /******/        
109 /******/        /* webpack/runtime/make namespace object */
110 /******/        (() => {
111 /******/                // define __esModule on exports
112 /******/                __webpack_require__.r = (exports) => {
113 /******/                        if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
114 /******/                                Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
115 /******/                        }
116 /******/                        Object.defineProperty(exports, '__esModule', { value: true });
117 /******/                };
118 /******/        })();
119 /******/        
120 /******/        /* webpack/runtime/node module decorator */
121 /******/        (() => {
122 /******/                __webpack_require__.nmd = (module) => {
123 /******/                        module.paths = [];
124 /******/                        if (!module.children) module.children = [];
125 /******/                        return module;
126 /******/                };
127 /******/        })();
128 /******/        
129 /******/        /* webpack/runtime/publicPath */
130 /******/        (() => {
131 /******/                var scriptUrl;
132 /******/                if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
133 /******/                var document = __webpack_require__.g.document;
134 /******/                if (!scriptUrl && document) {
135 /******/                        if (document.currentScript)
136 /******/                                scriptUrl = document.currentScript.src
137 /******/                        if (!scriptUrl) {
138 /******/                                var scripts = document.getElementsByTagName("script");
139 /******/                                if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
140 /******/                        }
141 /******/                }
142 /******/                // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
143 /******/                // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
144 /******/                if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
145 /******/                scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
146 /******/                __webpack_require__.p = scriptUrl + "../";
147 /******/        })();
148 /******/        
149 /******/        /* webpack/runtime/jsonp chunk loading */
150 /******/        (() => {
151 /******/                // no baseURI
152 /******/                
153 /******/                // object to store loaded and loading chunks
154 /******/                // undefined = chunk not loaded, null = chunk preloaded/prefetched
155 /******/                // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
156 /******/                var installedChunks = {
157 /******/                        "runtime": 0
158 /******/                };
159 /******/                
160 /******/                // no chunk on demand loading
161 /******/                
162 /******/                // no prefetching
163 /******/                
164 /******/                // no preloaded
165 /******/                
166 /******/                // no HMR
167 /******/                
168 /******/                // no HMR manifest
169 /******/                
170 /******/                __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
171 /******/                
172 /******/                // install a JSONP callback for chunk loading
173 /******/                var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
174 /******/                        var [chunkIds, moreModules, runtime] = data;
175 /******/                        // add "moreModules" to the modules object,
176 /******/                        // then flag all "chunkIds" as loaded and fire callback
177 /******/                        var moduleId, chunkId, i = 0;
178 /******/                        if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
179 /******/                                for(moduleId in moreModules) {
180 /******/                                        if(__webpack_require__.o(moreModules, moduleId)) {
181 /******/                                                __webpack_require__.m[moduleId] = moreModules[moduleId];
182 /******/                                        }
183 /******/                                }
184 /******/                                if(runtime) var result = runtime(__webpack_require__);
185 /******/                        }
186 /******/                        if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
187 /******/                        for(;i < chunkIds.length; i++) {
188 /******/                                chunkId = chunkIds[i];
189 /******/                                if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
190 /******/                                        installedChunks[chunkId][0]();
191 /******/                                }
192 /******/                                installedChunks[chunkIds[i]] = 0;
193 /******/                        }
194 /******/                        return __webpack_require__.O(result);
195 /******/                }
196 /******/                
197 /******/                var chunkLoadingGlobal = self["webpackChunkmotion_chat"] = self["webpackChunkmotion_chat"] || [];
198 /******/                chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
199 /******/                chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
200 /******/        })();
201 /******/        
202 /************************************************************************/
203 /******/        
204 /******/        
205 /******/ })()
206 ;
207 //# sourceMappingURL=runtime.js.map