We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723ddcf commit 611a429Copy full SHA for 611a429
1 file changed
src/core/Common.js
@@ -198,7 +198,7 @@ var Common = {};
198
/**
199
* Description
200
* @method now
201
- * @return {number} the current timestamp (high-res if avaliable)
+ * @return {number} the current timestamp (high-res if available)
202
*/
203
Common.now = function() {
204
// http://stackoverflow.com/questions/221294/how-do-you-get-a-timestamp-in-javascript
@@ -305,4 +305,4 @@ var Common = {};
305
return Common._seed / 233280;
306
};
307
308
-})();
+})();
0 commit comments