Merge pull request #53 from yaananth/patch-1

add help link
This commit is contained in:
Trevor Gau 2017-03-15 13:03:56 -04:00 коммит произвёл GitHub
Родитель 2e2d925502 4afafb7311
Коммит 329f991e5d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -31,6 +31,7 @@ export class InfoTab extends Controls.BaseControl {
// var link = taskAttachment._links.self.href;
// var attachmentName = taskAttachment.name;
// // do some thing here
// // see how to get auth https://www.visualstudio.com/en-us/docs/report/analytics/building-extension-against-analytics-service
// }
// });
// });
@ -49,4 +50,4 @@ InfoTab.enhance(InfoTab, $(".build-info"), {});
// Notify the parent frame that the host has been loaded
VSS.notifyLoadSucceeded();