2.0: Remove now shim

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-12-17 17:06:57 -05:00
parent af06c3c771
commit 334d610381

View File

@ -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 ) {