Przeksztalcenie odwrotne.
[redakcja.git] / platforma / static / js / views / xml.js
old mode 100644 (file)
new mode 100755 (executable)
index 6f0b6fa..0dd5453
@@ -8,8 +8,11 @@ var XMLView = View.extend({
     buttonToolbar: null,
   
     init: function(element, model, parent, template) {
-        this._super(element, model, template);
+        var submodel = model.contentModels['xml'];
+        this._super(element, submodel, template);
+
         this.parent = parent;
+
         this.buttonToolbar = new ButtonToolbarView(
             $('.xmlview-toolbar', this.element),
             this.model.toolbarButtonsModel, parent);