mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add missing semicolon in ICloneAttachFunction
This commit is contained in:
Vendored
+1
-1
@@ -539,7 +539,7 @@ declare module ng {
|
||||
|
||||
interface ICloneAttachFunction {
|
||||
// Let's hint but not force cloneAttachFn's signature
|
||||
(clonedElement?: JQuery, scope?: IScope): any
|
||||
(clonedElement?: JQuery, scope?: IScope): any;
|
||||
}
|
||||
|
||||
interface ITemplateLinkingFunction {
|
||||
|
||||
Reference in New Issue
Block a user