From 025403b9a8f996b75b49c2927bbf4fd7aed08671 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 7 Aug 2014 17:52:03 -0400 Subject: [PATCH] optimizing data transfer *rolls eyes* --- public/src/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/helpers.js b/public/src/helpers.js index 4dbd5419bc..a89aeae0e2 100644 --- a/public/src/helpers.js +++ b/public/src/helpers.js @@ -14,7 +14,7 @@ property = tag.property ? 'property="' + tag.property + '" ' : '', content = tag.content ? 'content="' + tag.content.replace(/\n/g, ' ') + '" ' : ''; - return ''; + return ''; }; if ('undefined' !== typeof window) {