From 1f9a58ead0dce7c6fede1199b4e3b351f4fe610a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 19 Aug 2013 19:54:49 +0400 Subject: [PATCH] minor doc changes... Signed-off-by: Alex A. Naanou --- ui/data.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/data.js b/ui/data.js index 3aaeec2c..a538462d 100755 --- a/ui/data.js +++ b/ui/data.js @@ -737,7 +737,11 @@ function dataFromImages(images){ // will be normalized to, or are equivalent to: // 4 5 7 0 5 5 // (we add abs max shift |-5| to each element, to align top to 0) +// NOTE: this will not set .current +// NOTE: there should not be any gid collisions between data sets. // +// XXX should we try and resolve gid collisions here?? +// ...don't think so... // XXX should we check the version??? // XXX needs testing... function mergeData(a, b){