Skip to content

Commit

Permalink
fix(manual_typings): Add boolean type annotation to expensiveChecks
Browse files Browse the repository at this point in the history
Closes #73
  • Loading branch information
JamesHenry authored and Hotell committed Apr 27, 2016
1 parent f1d7474 commit b684510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_typings/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare type ProvideSpreadType = string|Type;
// @TODO add angular1 module overrides for proper ...provide handling
declare module angular {
interface IParseService{
( exp: string, interceptorFn?: Function, expensiveChecks? ): ng.ICompiledExpression
( exp: string, interceptorFn?: Function, expensiveChecks?: boolean ): ng.ICompiledExpression
}
interface IModule {
value(...args: ProvideSpreadType[]): IModule;
Expand Down

0 comments on commit b684510

Please sign in to comment.