summaryrefslogtreecommitdiffstats
path: root/extensions/InlineHistory
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-09-29 05:15:43 +0200
committerDylan William Hardison <dylan@hardison.net>2014-09-29 05:16:37 +0200
commit2e8ebd18fc8bb91e5ea7c7765b5574ab60375434 (patch)
treed13f7ffcffa4614bae7ad0240b2ce1a7c2552aa5 /extensions/InlineHistory
parent9552ab99622d784611d254268d3688558d24fe6e (diff)
downloadbugzilla-2e8ebd18fc8bb91e5ea7c7765b5574ab60375434.tar.gz
bugzilla-2e8ebd18fc8bb91e5ea7c7765b5574ab60375434.tar.xz
Bug 1073063 - javascript error when viewing bug 1070107
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r--extensions/InlineHistory/web/inline-history.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/web/inline-history.js b/extensions/InlineHistory/web/inline-history.js
index ba30cb177..a1bfeca23 100644
--- a/extensions/InlineHistory/web/inline-history.js
+++ b/extensions/InlineHistory/web/inline-history.js
@@ -414,4 +414,4 @@ var inline_history = {
trim: function(s) {
return s.replace(/^\s+|\s+$/g, '');
}
-}
+};