From b2d39f961525e199f3d0d2c0789650d012d90a21 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 14 Jun 2014 04:38:49 +0400 Subject: [PATCH] some minor changes... Signed-off-by: Alex A. Naanou --- ui/data4.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/data4.js b/ui/data4.js index 8a26dd74..2d0dedff 100755 --- a/ui/data4.js +++ b/ui/data4.js @@ -1226,6 +1226,7 @@ var DataPrototype = { // // NOTE: this may result in empty ribbons... // + // XXX sync ribbon order??? // XXX should we be able to align a merged crop??? // XXX test mergeCrop: function(crop){ @@ -1256,6 +1257,7 @@ var DataPrototype = { // Create a sortable ribbon representation... // + // .cropRibbons() // .cropRibbons(mode) // -> Data // @@ -1263,7 +1265,9 @@ var DataPrototype = { // 'current' - the closest to current image (default) // 'first' - first image in ribbon // 'last' - last ribbon in image - // - a function that will get an image gid + // func(ribbon) -> gid + // - a function that will get a ribbon gid and return + // an apropriate image gid // // NOTE: the images used with a given string mode are the same as // the returned via .getImage(mode, ribbon) @@ -1329,6 +1333,7 @@ var DataPrototype = { return this }, + // Clone/copy the data object... // clone: function(){