Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-11-30 22:16:23 +03:00
parent 8c2cbf8333
commit b4c61e3633

View File

@ -646,8 +646,8 @@ var TagsPrototype = {
.run(function(){ .run(function(){
return raw ? return raw ?
this this
// normalize results by default...
: (this : (this
// XXX should these be here???
.flat() .flat()
.unique()) }) .unique()) })
}, },