From 2671669c86c740ab5548b68cb5b5478766d35697 Mon Sep 17 00:00:00 2001 From: Jeff Shen Date: Thu, 21 Jan 2016 18:46:40 -0800 Subject: [PATCH] Fixed comment on line 198 Added period to match other comments --- ba-linkify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ba-linkify.js b/ba-linkify.js index 81dae5f..0684554 100644 --- a/ba-linkify.js +++ b/ba-linkify.js @@ -195,7 +195,7 @@ window.linkify = (function(){ idx_prev = idx_last; } - // Push massaged link onto the array + // Push massaged link onto the array. parts.push([ link, href ]); }; @@ -211,4 +211,4 @@ window.linkify = (function(){ return html || txt; }; -})(); \ No newline at end of file +})();