mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
2.0: Remove now shim
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
@@ -775,9 +775,7 @@ jQuery.extend({
|
||||
length ? fn( elems[0], key ) : emptyGet;
|
||||
},
|
||||
|
||||
now: function() {
|
||||
return ( new Date() ).getTime();
|
||||
}
|
||||
now: Date.now
|
||||
});
|
||||
|
||||
jQuery.ready.promise = function( obj ) {
|
||||
|
||||
Reference in New Issue
Block a user