mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
Fixing a distributing problem
This commit is contained in:
@@ -16,13 +16,7 @@ var SplatSheet = React.createClass({
|
||||
getInitialState: function() {
|
||||
return {
|
||||
sheetCode: '',
|
||||
characterData : {
|
||||
playerInfo : {
|
||||
name : 'scott',
|
||||
race : 'human',
|
||||
class : 'coder'
|
||||
}
|
||||
}
|
||||
characterData : {}
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user