Move _.template comment on .source. [ci skip]

This commit is contained in:
John-David Dalton
2014-07-05 11:50:48 -05:00
parent 404edebdff
commit 2554871c64

View File

@@ -8175,11 +8175,11 @@
'return __p\n}';
var result = attempt(function() {
// provide the compiled function's source by its `toString` method or
// the `source` property as a convenience for inlining compiled templates
return Function(importsKeys, 'return ' + source + sourceURL).apply(undefined, importsValues);
});
// provide the compiled function's source by its `toString` method or
// the `source` property as a convenience for inlining compiled templates
result.source = source;
if (result instanceof Error) {
throw result;