mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-26 13:49:01 -05:00
Spellchecking
This commit is contained in:
parent
723ddcf572
commit
611a429746
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ var Common = {};
|
|||
/**
|
||||
* Description
|
||||
* @method now
|
||||
* @return {number} the current timestamp (high-res if avaliable)
|
||||
* @return {number} the current timestamp (high-res if available)
|
||||
*/
|
||||
Common.now = function() {
|
||||
// http://stackoverflow.com/questions/221294/how-do-you-get-a-timestamp-in-javascript
|
||||
|
@ -305,4 +305,4 @@ var Common = {};
|
|||
return Common._seed / 233280;
|
||||
};
|
||||
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue