Skip to content

Commit 440bf81

Browse files
author
Eldar Iusupzhanov
committed
apply copilot's review
1 parent 74ebe87 commit 440bf81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/devextreme/js/__internal/grids/grid_core/data_source_adapter

packages/devextreme/js/__internal/grids/grid_core/data_source_adapter/custom_loader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class CustomLoader {
6161

6262
this._isLoadingAll = options.isLoadingAll ?? false;
6363

64-
this.schedulerLoadingCallbacks(d);
64+
this.scheduleLoadingCallbacks(d);
6565
dataSource._scheduleLoadCallbacks(d);
6666

6767
this.customizeStoreLoadOptions(operation);
@@ -162,7 +162,7 @@ export class CustomLoader {
162162
return d;
163163
}
164164

165-
private schedulerLoadingCallbacks(deferred: DeferredObj<unknown>): void {
165+
private scheduleLoadingCallbacks(deferred: DeferredObj<unknown>): void {
166166
this._isLoading = true;
167167

168168
deferred.always(() => {

0 commit comments

Comments
 (0)