(t, e, n)
| 54 | for (; e; ) (t(e), (e = e.previous)); |
| 55 | } |
| 56 | edit(t, e, n) { |
| 57 | return ( |
| 58 | (this.content = t), |
| 59 | n || ((this.intro = ''), (this.outro = '')), |
| 60 | (this.storeName = e), |
| 61 | (this.edited = !0), |
| 62 | this |
| 63 | ); |
| 64 | } |
| 65 | prependLeft(t) { |
| 66 | this.outro = t + this.outro; |
| 67 | } |