compileCode: function()

in site/live_editor.js [140:142]


  compileCode: function (options) {
    return this.props.transformer(this.state.code, options);
  },