From bdc8b4794c174844f14b4b1def7fa729be7ef13c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 7 Dec 2008 14:39:07 -0500 Subject: Fix occurances of this.generic in completion.js --- common/content/template.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common') diff --git a/common/content/template.js b/common/content/template.js index a080863d..a8ad93e5 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -223,7 +223,7 @@ const template = { jumps: function jumps(index, elems) { - return this.generic( + return this.commandOutput( @@ -242,7 +242,7 @@ const template = { options: function options(title, opts) { - return this.generic( + return this.commandOutput(
jumptitleURI
@@ -281,7 +281,7 @@ const template = { tabular: function tabular(headings, style, iter) { /* This might be mind-bogglingly slow. We'll see. */ - return this.generic( + return this.commandOutput(
--- {title} ---
{ @@ -303,7 +303,7 @@ const template = { usage: function usage(iter) { - return this.generic( + return this.commandOutput(
{ this.map(iter, function (item) -- cgit v1.2.3