Opened 11 years ago
Closed 11 years ago
#10273 closed feature (wontfix)
jQuery.now, more short
Reported by: | pinal | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | core | Version: | 1.6.4rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think this
now: function() { return (new Date()).getTime(); },
can be shoter:
now: function() { return + new Date(); },
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That is what it used to be and was intentionally changed to the current form.