diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index ec5b48964..3af21d4a3 100755 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -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 {