From 564507665d5b7cc753becaf0cc2cbe251f82baee Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 25 Feb 2014 19:38:31 +0000 Subject: [PATCH] Missing parameter documentation --- etemplate/js/et2_dataview_controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etemplate/js/et2_dataview_controller.js b/etemplate/js/et2_dataview_controller.js index b3aea5c70a..4c28094c80 100644 --- a/etemplate/js/et2_dataview_controller.js +++ b/etemplate/js/et2_dataview_controller.js @@ -126,7 +126,8 @@ var et2_dataview_controller = Class.extend({ * managed index range -- those changes are then merged into the current * view without a complete rebuild of every row. * - * @param {boolean} clear + * @param {boolean} clear Skip the fancy stuff, dump everything and start again. + * Completely clears the grid and selection. */ update: function (clear) {