Skip to content

Commit

Permalink
Finish JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jun 12, 2024
1 parent 7d7ff6c commit 19222c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions forgevtt-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ class ForgeVTT {
static hasFoundryGlobal = null;
/**
* The global isNewerVersion will be removed in v14, so we need a utility function to alias to whichever is available.
* @param {string} version
* @param {string} target
* @param {string} version The version to check
* @param {string} target The version to check against
* @returns {boolean} True when the version is newer than the target, false otherwise
*/
static isNewerVersion(version, target) {
if (this.hasFoundryGlobal !== null) {
Expand Down

0 comments on commit 19222c3

Please sign in to comment.