Shorten _.defer doc comment. [ci skip]

This commit is contained in:
John-David Dalton
2016-05-18 17:38:22 -07:00
parent d28395fdb9
commit de6cc79ac8

View File

@@ -9264,7 +9264,7 @@
* _.defer(function(stamp) {
* console.log(_.now() - stamp);
* }, _.now());
* // => Logs the number of milliseconds it took for the deferred function to be invoked.
* // => Logs the number of milliseconds it took for the deferred invocation.
*/
function now() {
return Date.now();