From 49cc0c723df195d075e1b8a24e6939c6874539cc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 Oct 2014 18:48:31 +0300 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- ui (gen4)/data.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui (gen4)/data.js b/ui (gen4)/data.js index a5da65e0..bf393956 100755 --- a/ui (gen4)/data.js +++ b/ui (gen4)/data.js @@ -270,7 +270,7 @@ module.DataPrototype = { // -> data // // - // Two extra argumants are considered: + // Two extra arguments are considered: // - deep - if set to true (default), when cleared a ribbon all // images within that ribbon will also be cleared. // - clear_empty @@ -724,7 +724,6 @@ module.DataPrototype = { // get the actual bounds... from = Math.max(0, from) - to = Math.min(list.length-1, to) return list.slice(from, to) },