Update _.template sourceURLs to display better in Firefox.

This commit is contained in:
John-David Dalton
2015-01-02 15:22:58 -06:00
parent af1355a94e
commit b714c6b746

View File

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