From c8871712bfd7cba0b15b7239b22b22a580c23952 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sat, 1 Dec 2012 22:43:37 -0500 Subject: [PATCH] history.js: comment --- modules/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT