mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add ? to scope in ITemplateLinkingFunction
This commit is contained in:
Vendored
+1
-1
@@ -543,7 +543,7 @@ declare module ng {
|
||||
}
|
||||
|
||||
interface ITemplateLinkingFunction {
|
||||
(scope: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery;
|
||||
(scope?: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery;
|
||||
// scope argument is optional
|
||||
(cloneAttachFn?: ICloneAttachFunction): JQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user