BigW Consortium Gitlab

project_show.js 157 Bytes
Newer Older
Fatih Acet committed
1 2 3 4 5 6 7 8 9
(function() {
  this.ProjectShow = (function() {
    function ProjectShow() {}

    return ProjectShow;

  })();

}).call(this);
10 11

// I kept class for future