diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index 79134e433c..ec5b48964b 100755 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -544,7 +544,6 @@ declare module ng { interface ITemplateLinkingFunction { (scope?: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery; - // scope argument is optional (cloneAttachFn?: ICloneAttachFunction): JQuery; }