[view/transform][xs]: move div with css class down one level so that it works in situations even where we pass div in.

This commit is contained in:
Rufus Pollock
2012-07-14 21:58:21 +01:00
parent aa4916dc20
commit 702798a285

View File

@@ -10,8 +10,8 @@ this.recline.View = this.recline.View || {};
// //
// View (Dialog) for doing data transformations // View (Dialog) for doing data transformations
my.Transform = Backbone.View.extend({ my.Transform = Backbone.View.extend({
className: 'recline-transform',
template: ' \ template: ' \
<div class="recline-transform"> \
<div class="script"> \ <div class="script"> \
<h2> \ <h2> \
Transform Script \ Transform Script \
@@ -26,6 +26,7 @@ my.Transform = Backbone.View.extend({
<h3>Preview</h3> \ <h3>Preview</h3> \
<div class="expression-preview-container"></div> \ <div class="expression-preview-container"></div> \
</div> \ </div> \
</div> \
', ',
events: { events: {