remove unnecessary comment in ITemplateLinkingFunction

This commit is contained in:
jraymakers
2014-01-07 21:08:18 -08:00
parent 3a82c7c52c
commit ad7b08921b
-1
View File
@@ -544,7 +544,6 @@ declare module ng {
interface ITemplateLinkingFunction {
(scope?: IScope, cloneAttachFn?: ICloneAttachFunction): JQuery;
// scope argument is optional
(cloneAttachFn?: ICloneAttachFunction): JQuery;
}