Skip to content

Commit

Permalink
Spellchecking
Browse files Browse the repository at this point in the history
  • Loading branch information
PlNG committed Jan 20, 2015
1 parent 723ddcf commit 611a429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -305,4 +305,4 @@ var Common = {};
return Common._seed / 233280;
};

})();
})();

0 comments on commit 611a429

Please sign in to comment.