mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix method signature in angular.d.ts
This commit is contained in:
Vendored
+2
-2
@@ -546,10 +546,10 @@ declare module ng {
|
||||
directive(directivesMap: any): ICompileProvider;
|
||||
|
||||
aHrefSanitizationWhitelist(): RegExp;
|
||||
aHrefSanitizationWhitelist(regexp: RegExp): ICompileService;
|
||||
aHrefSanitizationWhitelist(regexp: RegExp): ICompileProvider;
|
||||
|
||||
imgSrcSanitizationWhitelist(): RegExp;
|
||||
imgSrcSanitizationWhitelist(regexp: RegExp): ICompileService;
|
||||
imgSrcSanitizationWhitelist(regexp: RegExp): ICompileProvider;
|
||||
}
|
||||
|
||||
interface ICloneAttachFunction {
|
||||
|
||||
Reference in New Issue
Block a user