aboutsummaryrefslogtreecommitdiff
path: root/www/170.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/170.js')
-rw-r--r--www/170.js29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/170.js b/www/170.js
new file mode 100644
index 0000000..8366cb1
--- /dev/null
+++ b/www/170.js
@@ -0,0 +1,29 @@
+(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[170],{
+
+/***/ "./node_modules/@ionic/core/dist/esm/es5/polyfills/string.js":
+/*!*******************************************************************!*\
+ !*** ./node_modules/@ionic/core/dist/esm/es5/polyfills/string.js ***!
+ \*******************************************************************/
+/*! exports provided: applyPolyfill */
+/***/ (function(module, __webpack_exports__, __webpack_require__) {
+
+"use strict";
+__webpack_require__.r(__webpack_exports__);
+/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "applyPolyfill", function() { return applyPolyfill; });
+function applyPolyfill(window, document) {/*!
+String.prototype.endsWith
+*/
+String.prototype.endsWith||Object.defineProperty(String.prototype,"endsWith",{writable:!0,configurable:!0,value:function(b,a){if(void 0===a||a>this.length)a=this.length;return this.substring(a-b.length,a)===b}});
+/*!
+String.prototype.includes
+*/
+String.prototype.includes||(String.prototype.includes=function(b,a){"number"!==typeof a&&(a=0);return a+b.length>this.length?!1:-1!==this.indexOf(b,a)});
+/*!
+String.prototype.startsWith
+*/
+String.prototype.startsWith||Object.defineProperty(String.prototype,"startsWith",{writable:!0,configurable:!0,value:function(b,a){return this.substr(!a||0>a?0:+a,b.length)===b}});}
+
+/***/ })
+
+}]);
+//# sourceMappingURL=170.js.map \ No newline at end of file