Remove outdated comment from storage.js

The issue pointed to was fixed by a separate commit.
This commit is contained in:
Connor Hudson 2018-06-20 13:53:02 -04:00 committed by GitHub
parent b958567a24
commit 058b851823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ const PROJECT_SERVER = 'https://projects.scratch.mit.edu';
class Storage extends ScratchStorage {
constructor () {
super();
this.addWebSource( // https://github.com/babel/babel/issues/7022
this.addWebSource(
[this.AssetType.Project],
projectAsset => {
const [projectId, revision] = projectAsset.assetId.split('.');