Annotate third-party module usage in the treeherder.app module (#3312)

So we remember to remove them once unused.
This commit is contained in:
Ed Morley 2018-03-07 15:46:29 +00:00 коммит произвёл GitHub
Родитель 823bb55fcd
Коммит b189c0e4f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -28,9 +28,12 @@ const treeherderApp = angular.module('treeherder.app', [
treeherderModule.name,
uiBootstrap,
ngRoute,
// Remove when `ui/plugins/pluginpanel.html` converted to React.
mcResizer,
// Remove when `ui/plugins/perf_details/main.html` converted to React.
angularToArrayfilter,
ngReactModule.name,
// Remove when `ui/partials/main/tcjobactions.html` converted to React.
hcMarked,
]);