From ad7b08921be13c5dd80cc73ded45f4b8441acb08 Mon Sep 17 00:00:00 2001 From: jraymakers Date: Tue, 7 Jan 2014 21:08:18 -0800 Subject: [PATCH] remove unnecessary comment in ITemplateLinkingFunction --- angularjs/angular.d.ts | 1 - 1 file changed, 1 deletion(-) 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; }