aboutsummaryrefslogtreecommitdiffstats
path: root/src/deprecated.js
diff options
context:
space:
mode:
authorTimmy Willison <4timmywil@gmail.com>2017-12-11 12:39:11 -0500
committerTimmy Willison <4timmywil@gmail.com>2018-01-08 11:24:45 -0500
commit909e0c99251ee56ec35db0e08d5b1e6219ac8fbc (patch)
treea09f8f80f9d0849086717c6f9e9b2d3e7145dec6 /src/deprecated.js
parent775caebd617e91e697b3e41ae33d6877e63785aa (diff)
downloadjquery-909e0c99251ee56ec35db0e08d5b1e6219ac8fbc.tar.gz
jquery-909e0c99251ee56ec35db0e08d5b1e6219ac8fbc.zip
Core: deprecate jQuery.now
Fixes gh-2959 Close gh-3884
Diffstat (limited to 'src/deprecated.js')
-rw-r--r--src/deprecated.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deprecated.js b/src/deprecated.js
index 08c95538f..74907a289 100644
--- a/src/deprecated.js
+++ b/src/deprecated.js
@@ -41,4 +41,6 @@ jQuery.nodeName = nodeName;
jQuery.isWindow = isWindow;
jQuery.camelCase = camelCase;
+jQuery.now = Date.now;
+
} );