0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-27 13:59:01 -05:00

Spellchecking

This commit is contained in:
PlNG 2015-01-20 11:07:49 -05:00
parent 723ddcf572
commit 611a429746

View file

@ -198,7 +198,7 @@ var Common = {};
/** /**
* Description * Description
* @method now * @method now
* @return {number} the current timestamp (high-res if avaliable) * @return {number} the current timestamp (high-res if available)
*/ */
Common.now = function() { Common.now = function() {
// http://stackoverflow.com/questions/221294/how-do-you-get-a-timestamp-in-javascript // http://stackoverflow.com/questions/221294/how-do-you-get-a-timestamp-in-javascript
@ -305,4 +305,4 @@ var Common = {};
return Common._seed / 233280; return Common._seed / 233280;
}; };
})(); })();