mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Fix trailing comma from previous PR merge
Turns out this is actually illegal in ES6 but on some version of babel, they don’t care. Might be an ES7 thing though: http://www.2ality.com/2015/11/trailing-comma-parameters.html
This commit is contained in:
parent
4664a48898
commit
594853535b
@ -44,7 +44,7 @@ let RegisterPiece = React.createClass( {
|
||||
return mergeOptions(
|
||||
UserStore.getState(),
|
||||
WhitelabelStore.getState(),
|
||||
PieceListStore.getState(),
|
||||
PieceListStore.getState()
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user