mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
add missing semicolon in ICloneAttachFunction
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -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