Skip to content

Commit

Permalink
Updated the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed May 19, 2024
1 parent 31bf225 commit d40cd9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/jaxon.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var jaxon = {
version: {
major: '5',
minor: '0',
patch: '0rc-2',
patch: '0rc-6',
},

debug: {
Expand Down Expand Up @@ -1128,7 +1128,7 @@ window.jaxon = jaxon;
for (let i = 0; i < nLength; i++) {
xCurrValue = execCall(aCalls[i], oCallContext, xCurrValue);
if (xCurrValue === undefined) {
return xCurrValue; // Exit the loop if a call return an undefined value.
return xCurrValue; // Exit the loop if a call returns an undefined value.
}
}
return xCurrValue;
Expand Down
Loading

0 comments on commit d40cd9c

Please sign in to comment.