mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Documentation for _.template(...).source.
This commit is contained in:
@@ -960,7 +960,7 @@
|
||||
var template = function(data) {
|
||||
return render.call(this, data, _);
|
||||
};
|
||||
template.source = 'function(obj, _){\n' + source + '\n}';
|
||||
template.source = 'function(obj){\n' + source + '\n}';
|
||||
return template;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user