From b714c6b746c4fb74af2e6fe15178810d46a14788 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 2 Jan 2015 15:22:58 -0600 Subject: [PATCH] Update `_.template` sourceURLs to display better in Firefox. --- lodash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.js b/lodash.js index 0cfbea6b1..74ef0dd77 100644 --- a/lodash.js +++ b/lodash.js @@ -9707,7 +9707,7 @@ var sourceURL = '//# sourceURL=' + ('sourceURL' in options ? options.sourceURL - : ('/lodash/template/source[' + (++templateCounter) + ']') + : ('lodash.templateSources[' + (++templateCounter) + ']') ) + '\n'; string.replace(reDelimiters, function(match, escapeValue, interpolateValue, esTemplateValue, evaluateValue, offset) {