mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
change bool to boolean
This commit is contained in:
parent
417b93032f
commit
e3d4e2fd68
4
angularjs/angular.d.ts
vendored
4
angularjs/angular.d.ts
vendored
@ -671,7 +671,7 @@ declare module ng {
|
||||
trustAsJs(value: any): any;
|
||||
trustAsResourceUrl(value: any): any;
|
||||
trustAsUrl(value: any): any;
|
||||
isEnabled(): bool;
|
||||
isEnabled(): boolean;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
@ -679,7 +679,7 @@ declare module ng {
|
||||
// see http://docs.angularjs.org/api/ng.$sceProvider
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
interface ISCEProvider extends IServiceProvider {
|
||||
enabled(value: bool): void;
|
||||
enabled(value: boolean): void;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Loading…
Reference in New Issue
Block a user