diff --git a/homework-classes/App.js b/homework-classes/App.js index 7cc1c5772..2b8c8ec1a 100644 --- a/homework-classes/App.js +++ b/homework-classes/App.js @@ -1,62 +1,61 @@ 'use strict'; -/* global Util, Repository, Contributor */ - class App { constructor(url) { - this.mainContainer = null; this.initialize(url); } /** - * Initialization * @param {string} url The GitHub URL for obtaining the organization's repositories. */ async initialize(url) { - // Add code here to initialize your app - // 1. Create the fixed HTML elements of your page - // 2. Make an initial XMLHttpRequest using Util.fetchJSON() to populate your