mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Expand _.runInContext doc examples.
This commit is contained in:
@@ -12605,7 +12605,7 @@
|
||||
|
||||
var lodash = _.runInContext(_.assign({}, root, {
|
||||
'Date': function() {
|
||||
return { 'getTime': getTime, 'valueOf': getTime };
|
||||
return { 'getTime': getTime };
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user