// Generated by CoffeeScript 1.10.0 (function() { window.AppView = Backbone.D3View.extend({ initialize: function() { return d3.text('ssv.peg.js', (function(_this) { return function(grammar) { var editor, table; editor = new Editor({ model: _this.model, grammar: grammar }); _this.el.appendChild(editor.el); editor.render(); table = new Table({ model: _this.model }); _this.el.appendChild(table.el); return table.render(); }; })(this)); } }); }).call(this);