Skip to content

Commit

Permalink
fix(definitions): no implicit any
Browse files Browse the repository at this point in the history
fixes #286
  • Loading branch information
jdanyow committed Jan 23, 2016
1 parent b94a755 commit eff3162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurelia-binding.d.ts
Expand Up @@ -401,5 +401,5 @@ declare module 'aurelia-binding' {
/**
* An internal API used by Aurelia's array observation components.
*/
export function mergeSplice(splices, index, removed, addedCount): any;
export function mergeSplice(splices: any, index: number, removed: any, addedCount: number): any;
}

0 comments on commit eff3162

Please sign in to comment.