Skip to content

Commit aaa23d4

Browse files
Deploying commit 8fda6803c415000e7c9a72fa27d07db91946b39d
1 parent 8f0d1b3 commit aaa23d4

4 files changed

Lines changed: 7 additions & 15 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
<body oncontextmenu="return false;">
2929
<app-root></app-root>
3030
<noscript>Please enable JavaScript to continue using this application.</noscript>
31-
<script src="runtime.a98c1b532b4f095b.js" type="module"></script><script src="polyfills.deadd82f2e1ba913.js" type="module"></script><script src="main.cd11a2e0aaf7ad33.js" type="module"></script></body>
31+
<script src="runtime.a98c1b532b4f095b.js" type="module"></script><script src="polyfills.deadd82f2e1ba913.js" type="module"></script><script src="main.d5c83231e62cd272.js" type="module"></script></body>
3232
</html>
Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14414,7 +14414,7 @@ __webpack_require__.r(__webpack_exports__);
1441414414
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1441514415
/* tslint:disable */
1441614416
const VERSION = {
14417-
"tag": "DEV 4eb28063a508873b8c185658bacf9d40ff0f580c"
14417+
"tag": "DEV 8fda6803c415000e7c9a72fa27d07db91946b39d"
1441814418
};
1441914419
/* tslint:enable */
1442014420

@@ -133375,7 +133375,6 @@ __webpack_require__.r(__webpack_exports__);
133375133375
class ButtonFacade extends _obfboard__WEBPACK_IMPORTED_MODULE_0__.Button {
133376133376
constructor(button) {
133377133377
super();
133378-
this.appendages = [];
133379133378
// copies all the button properties into this "facade" because we can't override properties with accessors
133380133379
this.deserialize(JSON.parse(JSON.stringify(button, (key, value) => {
133381133380
if (key === "parent") {
@@ -133385,15 +133384,8 @@ class ButtonFacade extends _obfboard__WEBPACK_IMPORTED_MODULE_0__.Button {
133385133384
})), button.parent); // deserializing fixes the parent
133386133385
}
133387133386
append(appendage) {
133388-
this.appendages.push(appendage);
133389-
this.update();
133390-
}
133391-
augment(initial) {
133392-
return [initial].concat(this.appendages).join('');
133393-
}
133394-
update() {
133395-
this.label = this.augment(this.label);
133396-
this.vocalization = this.vocalization ? this.augment(this.vocalization) : this.vocalization;
133387+
this.label = this.label ? this.label + appendage : this.label;
133388+
this.vocalization = this.vocalization ? this.vocalization + appendage : this.vocalization;
133397133389
}
133398133390
}
133399133391
let SpeechbarService = /*#__PURE__*/(() => {
@@ -158601,4 +158593,4 @@ module.exports["default"] = exports.default;
158601158593
/******/ var __webpack_exports__ = (__webpack_exec__(84429));
158602158594
/******/ }
158603158595
]);
158604-
//# sourceMappingURL=main.cd11a2e0aaf7ad33.js.map
158596+
//# sourceMappingURL=main.d5c83231e62cd272.js.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workbox.precaching.precacheAndRoute([
1212
},
1313
{
1414
"url": "index.html",
15-
"revision": "5eb4b28503fe7f49150dc867be2c9124"
15+
"revision": "fc0c34b9593e982daba0e0d670fa8312"
1616
},
1717
{
1818
"url": "polyfills.deadd82f2e1ba913.js",

0 commit comments

Comments
 (0)