Move all element specific code into skins/

This commit is contained in:
Erik Johnston 2015-07-14 16:59:11 +01:00
parent b53e710d20
commit a748c090fb
4 changed files with 8 additions and 8 deletions

View file

@ -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',

View file

@ -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: '',