handleCodeChange: function()

in site/live_editor.js [131:134]


  handleCodeChange: function (value) {
    this.setState({ code: value });
    this.executeCode();
  },