From 611377f3e3c1ba114556ba1b57bffeacd3ed617e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 14 Jun 2014 04:18:49 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/data4.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/data4.js b/ui/data4.js index cdb99ae3..e8f3ec3b 100755 --- a/ui/data4.js +++ b/ui/data4.js @@ -1281,6 +1281,7 @@ var DataPrototype = { // The crop can be merged back into the source ribbon via the // .mergeRibbonCrop(..) method. // + // XXX should there be a way to set the base ribbon??? // XXX do these belong here??? cropRibbons: function(mode){ mode = mode == null ? 'current' : mode @@ -1309,6 +1310,8 @@ var DataPrototype = { // the .ribbon_order of this. // // NOTE: see .cropRibbons(..) for more details... + // + // XXX should there be a way to set the base ribbon??? mergeRibbonCrop: function(crop){ var that = this this.ribbon_order = crop.order.map(function(e){