Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project_show.js « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ca4c4279120525b19e0744df248551bee67629f (plain)
1
2
3
4
5
6
7
8
9
(function() {
  this.ProjectShow = (function() {
    function ProjectShow() {}

    return ProjectShow;

  })();

}).call(this);