From 277a3ea94d1be9f3bcaabcaad81b97cfee783fbf Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Mar 2014 11:45:59 +0000 Subject: [PATCH] Remove extraneous comments. --- src/mkws-team.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index bbb59a9..7c4b6b9 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -153,11 +153,6 @@ function team($, teamName) { } - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - - - // limit by target functions that.limitTarget = function (id, name) { log("limitTarget(id=" + id + ", name=" + name + ")"); @@ -167,7 +162,6 @@ function team($, teamName) { } - // limit the query after clicking the facet that.limitQuery = function (field, value) { log("limitQuery(field=" + field + ", value=" + value + ")"); -- 1.7.10.4