mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Shorten _.defer doc comment. [ci skip]
This commit is contained in:
@@ -9264,7 +9264,7 @@
|
|||||||
* _.defer(function(stamp) {
|
* _.defer(function(stamp) {
|
||||||
* console.log(_.now() - stamp);
|
* console.log(_.now() - stamp);
|
||||||
* }, _.now());
|
* }, _.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() {
|
function now() {
|
||||||
return Date.now();
|
return Date.now();
|
||||||
|
|||||||
Reference in New Issue
Block a user