From fb1e73a475937728b22de24efe9a483dee951436 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 19 Dec 2018 23:12:06 +0300 Subject: [PATCH] more fixes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 6a704bf7..7d35a1ef 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -809,7 +809,7 @@ var BaseTagsPrototype = { return this }, - // NOTE: this supports tag patterns (see: ,match(..)) + // NOTE: this supports tag patterns (see: .match(..)) // NOTE: non-pattern tags are matched explicitly. untag: function(tags, value){ var that = this @@ -911,7 +911,7 @@ var BaseTagsPrototype = { // Toggle a tag to persistent/non-persistent... // - // A persistent is not removed when untagging a value. + // A persistent tag is not removed when untagging a value. // // .togglePersistent(tag) // .togglePersistent(tag, tag, ...)