mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +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(
|
return mergeOptions(
|
||||||
UserStore.getState(),
|
UserStore.getState(),
|
||||||
WhitelabelStore.getState(),
|
WhitelabelStore.getState(),
|
||||||
PieceListStore.getState(),
|
PieceListStore.getState()
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user