Skip to content

Commit

Permalink
small enhancement on jaydata defenitions
Browse files Browse the repository at this point in the history
  • Loading branch information
darius-khll committed Dec 12, 2016
1 parent afd3232 commit 92ca2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaydata.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare module $data {
KeepChanges
}

export class Queryable<T extends Entity> implements Object {
export class Queryable<T> implements Object {
filter(predicate: (it: T) => boolean): Queryable<T>;
filter(predicate: (it: T) => boolean, thisArg: any): Queryable<T>;
filter(predicate: (it: T, ...args: Array<any>) => boolean, params?: any): Queryable<T>;
Expand Down

0 comments on commit 92ca2f6

Please sign in to comment.