File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/svelte/src/internal/client/reactivity Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,14 +140,14 @@ export class Batch {
140140 batch . #callbacks. add ( fn ) ;
141141 }
142142
143- this . remove ( ) ;
143+ this . # remove( ) ;
144144 break ;
145145 }
146146 }
147147 }
148148
149149 if ( merged ) {
150- this . remove ( ) ;
150+ this . # remove( ) ;
151151 } else {
152152 var render_effects = this . render_effects ;
153153 var effects = this . effects ;
@@ -203,7 +203,7 @@ export class Batch {
203203 this . #current. set ( source , source . v ) ;
204204 }
205205
206- remove ( ) {
206+ # remove( ) {
207207 batches . delete ( this ) ;
208208 }
209209
@@ -221,7 +221,7 @@ export class Batch {
221221 }
222222
223223 if ( this . #pending === 0 ) {
224- this . remove ( ) ;
224+ this . # remove( ) ;
225225 }
226226
227227 current_batch = null ;
You can’t perform that action at this time.
0 commit comments