From f017c234b5863e164d375c0e1075fa0fd5f88af4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 Jul 2016 05:59:42 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/imagegrid/data.js b/ui (gen4)/imagegrid/data.js index 367fe187..43c3cbee 100755 --- a/ui (gen4)/imagegrid/data.js +++ b/ui (gen4)/imagegrid/data.js @@ -2109,6 +2109,7 @@ var DataPrototype = { // if it is needed to keep the original intact, just .clone() it... // // XXX test more complex cases... + // XXX add a 'gid' align mode... join: function(){ var args = Array.apply(null, arguments) var align = typeof(args[0]) == typeof('str') ? args.splice(0, 1)[0] : 'base' @@ -2201,7 +2202,7 @@ var DataPrototype = { // downward, needing a ribbon above the target to infer the // values. // - // XXX test + // XXX test... alignToRibbon: function(ribbon, start, end){ ribbon = ribbon == null ? this.base : this.getRibbon(ribbon)