소스 검색

Remove Source._data

customisations
alemart 10 달 전
부모
커밋
ee6dc6f3a0
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      src/sources/source.ts

+ 0
- 3
src/sources/source.ts 파일 보기

@@ -30,9 +30,6 @@ export interface Source
30 30
     /** @internal type-identifier of the source of data */
31 31
     readonly _type: string;
32 32
 
33
-    /** @internal generic data */
34
-    readonly _data: object;
35
-
36 33
     /** @internal method to initialize the source of data (gets the data ready) */
37 34
     _init(): SpeedyPromise<void>;
38 35
 

Loading…
취소
저장