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