You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the fetch of the contributors from GitHub fails, hide the spinner and show a message below like: "Lots of people (but we can't access GitHub right now to find out who)."
_getContributorsInformation() is no longer necessary--you can just replace it with the call to $.getJSON() (since the promise returned by that is exactly the promise you want--the extra promise that _getContributorsInformation() currently returns is redundant now, since all it does is pass through the resolve/reject from the original promise).
The text was updated successfully, but these errors were encountered:
Friday Mar 01, 2013 at 21:56 GMT
Originally opened as adobe/brackets#3012
_getContributorsInformation()
is no longer necessary--you can just replace it with the call to$.getJSON()
(since the promise returned by that is exactly the promise you want--the extra promise that_getContributorsInformation()
currently returns is redundant now, since all it does is pass through the resolve/reject from the original promise).The text was updated successfully, but these errors were encountered: