udacity / frontend-nanodegree-feedreader

Other
72 stars 1.67k forks source link

Remove dependency on unused Google API loader #42

Closed b-houghton closed 5 years ago

b-houghton commented 6 years ago

Although the project no longer used the deprecated Google Feed API, it still loaded the Google API loader and waited for it to load before calling init(). This change removes the dependency on the API loader entirely.