mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
remove unnecessary comment in ITemplateLinkingFunction
This commit is contained in:
Vendored
-1
@@ -544,7 +544,6 @@ declare module ng {
|
||||
|
||||
interface ITemplateLinkingFunction {
|
||||
(scope?: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery;
|
||||
// scope argument is optional
|
||||
(cloneAttachFn?: ICloneAttachFunction): JQuery;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user