From e7683642dd9797c09e50d0dec0b68423a1b4b923 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 12 May 2014 15:46:37 -0700 Subject: [PATCH] lrn2spl --- src/UI/Wanted/Cutoff/CutoffUnmetLayout.js | 12 ++++++------ src/UI/Wanted/Cutoff/CutoffUnmetLayoutTemplate.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/UI/Wanted/Cutoff/CutoffUnmetLayout.js b/src/UI/Wanted/Cutoff/CutoffUnmetLayout.js index 2f95c2a63..be181e9e0 100644 --- a/src/UI/Wanted/Cutoff/CutoffUnmetLayout.js +++ b/src/UI/Wanted/Cutoff/CutoffUnmetLayout.js @@ -34,9 +34,9 @@ define( template: 'Wanted/Cutoff/CutoffUnmetLayoutTemplate', regions: { - cutoff: '#x-cutoff-unmet', - toolbar: '#x-toolbar', - pager : '#x-pager' + cutoff : '#x-cutoff-unmet', + toolbar : '#x-toolbar', + pager : '#x-pager' }, ui: { @@ -95,13 +95,13 @@ define( }, _showTable: function () { - this.missingGrid = new Backgrid.Grid({ + this.cutoffGrid = new Backgrid.Grid({ columns : this.columns, collection: this.collection, className : 'table table-hover' }); - this.cutoff.show(this.missingGrid); + this.cutoff.show(this.cutoffGrid); this.pager.show(new GridPager({ columns : this.columns, @@ -185,7 +185,7 @@ define( }, _searchSelected: function () { - var selected = this.missingGrid.getSelectedModels(); + var selected = this.cutoffGrid.getSelectedModels(); if (selected.length === 0) { Messenger.show({ diff --git a/src/UI/Wanted/Cutoff/CutoffUnmetLayoutTemplate.html b/src/UI/Wanted/Cutoff/CutoffUnmetLayoutTemplate.html index 5afffff6c..13527bd29 100644 --- a/src/UI/Wanted/Cutoff/CutoffUnmetLayoutTemplate.html +++ b/src/UI/Wanted/Cutoff/CutoffUnmetLayoutTemplate.html @@ -1,7 +1,7 @@ 
-
+