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