From ae7db42ded9eab523dc9524d8d6b42013b9e7347 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 30 Oct 2014 17:18:05 +0000 Subject: [PATCH] Update comment. --- src/mkws-widget-facets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-widget-facets.js b/src/mkws-widget-facets.js index 575a655..ce47068 100644 --- a/src/mkws-widget-facets.js +++ b/src/mkws-widget-facets.js @@ -1,5 +1,5 @@ mkws.registerWidgetType('termlists', function() { - // Initially hide the termlists; display when we get results + // Initially hide the facets; display when we get results var that = this; var team = this.team; team.queue("facets").subscribe(function(data) { -- 1.7.10.4