From: John Foerch Date: Sun, 2 Dec 2012 03:43:37 +0000 (-0500) Subject: history.js: comment X-Git-Tag: debian-1.0--pre-1+git160130-1~221 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/c8871712bfd7cba0b15b7239b22b22a580c23952 history.js: comment --- diff --git a/modules/history.js b/modules/history.js index 02b1d3c..77eefd1 100644 --- a/modules/history.js +++ b/modules/history.js @@ -30,7 +30,7 @@ function history_completer () { else if (use_history && !use_bookmarks) options.queryType = options.QUERY_TYPE_HISTORY; else - options.queryType = options.QUERY_TYPE_UNIFIED; //WTF: not implemented yet? + options.queryType = options.QUERY_TYPE_UNIFIED; //XXX: not implemented yet var root = nav_history_service.executeQuery(query, options).root; root.containerOpen = true; var history_count = root.childCount;