Move all element specific code into skins/
This commit is contained in:
parent
b53e710d20
commit
a748c090fb
4 changed files with 8 additions and 8 deletions
|
@ -23,10 +23,6 @@ module.exports = {
|
|||
default_preset: React.PropTypes.string
|
||||
},
|
||||
|
||||
onValueChanged: function(ev) {
|
||||
this.setState({preset: ev.target.value})
|
||||
},
|
||||
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
default_preset: 'private_chat',
|
||||
|
|
|
@ -23,10 +23,6 @@ module.exports = {
|
|||
default_name: React.PropTypes.string
|
||||
},
|
||||
|
||||
onValueChanged: function(ev) {
|
||||
this.setState({room_name: ev.target.value})
|
||||
},
|
||||
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
default_name: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue