Move all element specific code into skins/
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user