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) {