From 9b321549099a70229a561d695c44e507ae5c409a Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 1 Nov 2009 00:32:27 -0400 Subject: [PATCH] Add note to TODO. --- common/content/bookmarks.js | 1 - vimperator/TODO | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index 3b8b7e94..28bd56cd 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -85,7 +85,6 @@ function Bookmarks() //{{{ let bmark = new Bookmark(node.uri, node.title, node.icon && node.icon.spec, keyword, tags, node.itemId); bookmarks.push(bmark); - return bmark; } catch (e) diff --git a/vimperator/TODO b/vimperator/TODO index 67188bc1..d857e958 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -6,6 +6,11 @@ ARCHITECTURE: on the website - is there even a documentation tool that can parse our source sensibly? + There are a few that can, to some extent. We more or less follow the + ScriptDoc standard, and we're very close to a few other standards. + Unfortunately, nearly all of the parsers are lacking in some way, bloated to + hell, and/or lack support for JS 1.8. --Kris + BUGS: - add window resize support to hints - searching backwards incrementally does not work i.e. with 'incsearch' set