From 3d5fbc4a76519672b46ad8f06c636a649e0cd953 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 28 Mar 2012 09:30:22 -0400 Subject: [PATCH] grid column picker cleanup Signed-off-by: Bill Erickson --- Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js b/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js index 00b5824bd4..46e8ae1668 100644 --- a/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js +++ b/Open-ILS/web/js/dojo/openils/widget/GridColumnPicker.js @@ -53,7 +53,7 @@ if(!dojo._hasResource["openils.widget.GridColumnPicker"]) { }, // determine the visible sorting from the - // view and update structure cells to match + // view and update our list of cells to match refreshCells : function() { var cells = this.cells; this.cells = []; -- 2.11.0