Expand _.runInContext doc examples.

This commit is contained in:
John-David Dalton
2015-01-05 17:45:24 -08:00
parent 59070bcd5b
commit bb2f1aa4be
2 changed files with 13 additions and 5 deletions

View File

@@ -12605,7 +12605,7 @@
var lodash = _.runInContext(_.assign({}, root, {
'Date': function() {
return { 'getTime': getTime, 'valueOf': getTime };
return { 'getTime': getTime };
}
}));