Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-12-27 06:18:54 +03:00
parent 345ace8714
commit 9481e5a15a

View File

@ -280,6 +280,10 @@ var BaseTagsClassPrototype = {
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX do we need iterators???
// .tags(func) -- might be problematic as functions can be values...
// .values(func)
// .entries(func) -- what's the func signature???
var BaseTagsPrototype = {
// NOTE: for notes on structure see notes on the Utils section below...