mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 16:21:04 -05:00
Thanks Travis
Gotta love missing semicolons
This commit is contained in:
parent
68d10ffe32
commit
94dec64045
1 changed files with 1 additions and 1 deletions
|
@ -164,6 +164,6 @@ var Download = React.createClass({
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
|
|
||||||
render(<Page><Download /></Page>, document.getElementById('app'));
|
render(<Page><Download /></Page>, document.getElementById('app'));
|
||||||
|
|
Loading…
Reference in a new issue