mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Remove outdated comment from storage.js
The issue pointed to was fixed by a separate commit.
This commit is contained in:
parent
b958567a24
commit
058b851823
1 changed files with 1 additions and 1 deletions
|
@ -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('.');
|
||||
|
|
Loading…
Reference in a new issue