From c37500251ae1dbce73346888b1f776c163a5fc5f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 2 Oct 2008 06:48:53 +0000 Subject: [PATCH] Minor adjustment to last commit. --- content/buffer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/buffer.js b/content/buffer.js index ca3a6ee4..f8891f73 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1820,13 +1820,13 @@ liberator.template = { options: function (title, opts) { - return liberator.template.generic( + return this.generic( { - liberator.template.map(opts, function (opt) + this.map(opts, function (opt)
--- {title} ---
{opt.pre}{opt.name}{opt.value}