Skip to content

Commit

Permalink
refactor(service): remove deprecated initOptions replaced by init
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 26, 2018
1 parent bd83f94 commit 6e5927c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export interface BackendService {
/** initialize the backend service with certain options */
init?: (serviceOptions?: BackendServiceOption, pagination?: Pagination, grid?: any) => void;

/** DEPRECATED, please use "init()" instead */
initOptions?: (serviceOptions?: BackendServiceOption, pagination?: Pagination, gridOptions?: GridOption, columnDefinitions?: Column[]) => void;

/** Get the dataset name */
getDatasetName?: () => string;

Expand Down

0 comments on commit 6e5927c

Please sign in to comment.