From ca22ed9c8a4fd6ee5e039f3d3a03442c9eca8698 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 2 Feb 2014 13:18:09 +0000 Subject: [PATCH] update comment --- source/Ox.UI/js/List/List.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index cc6b9627..4ab0cdb2 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -357,7 +357,7 @@ Ox.List = function(options, self) { self.$items[pos].addClass('OxSelected'); } } else { - // allow for 'cursor navigation' if orientation is 'both' + // allow for 'cursor navigation' within selection self.selected.splice(self.selected.indexOf(pos), 1); self.selected.unshift(pos); }