From 511162bd824f84791d6ccb58a6b463d3a6cfb74f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 1 Oct 2008 14:13:37 +0000 Subject: [PATCH] Fix spacing in :bmarks. --- content/buffer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index d7f0a5c5..0144a6af 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -1300,6 +1300,7 @@ liberator.Buffer = function () //{{{ template: { add: function (a, b) a + b, + join: function (c) function (a, b) a + c + b, maybeXML: function (xml) { try @@ -1333,7 +1334,7 @@ liberator.Buffer = function () //{{{ ({ [<>{e[0]}: {e[1]} - for each (e in item.extra)].reduce(this.add, <>) + for each (e in item.extra)].reduce(this.join(<> )) }) : ""