more fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-19 23:12:06 +03:00
parent d21dc57f9c
commit fb1e73a475

View File

@ -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, ...)