diff --git a/grid-n-view.html b/grid-n-view.html index 0931faf..180532c 100644 --- a/grid-n-view.html +++ b/grid-n-view.html @@ -10,13 +10,42 @@ - +

ToDo

diff --git a/grid-n-view.js b/grid-n-view.js
index 68f2468..be3df0e 100644
--- a/grid-n-view.js
+++ b/grid-n-view.js
@@ -463,7 +463,7 @@ var Gallery = {
 		return this },
 
 	// navigate images visually...
-	// XXX these seem not to work with passed list of images...
+	// XXX BUG: these seem not to work with passed list of images...
 	left: function(images){
 		var cur = this.current
 		var row = this.getRow(cur, images)