mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
change bool to boolean
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user