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 +})();