Skip to content

Commit

Permalink
Fix for parser error when IF statement follows ":" separator (#79). F…
Browse files Browse the repository at this point in the history
…ix for parser error for conditional keywords (#85).  Removed obsolete FromJSON, ToJSON keywords.
  • Loading branch information
boxgaming committed Sep 29, 2023
1 parent c7735bb commit b4574e9
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 109 deletions.
8 changes: 0 additions & 8 deletions qb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3142,14 +3142,6 @@ var QB = new function() {
return fetchRes;
};

this.func_FromJSON = function(s) {
return JSON.parse(s);
};

this.func_ToJSON = function(a) {
return JSON.stringify(a);
};

function _addInkeyPress(e) {
var shift = e.getModifierState("Shift");
var ctrl = e.getModifierState("Control");
Expand Down
Loading

0 comments on commit b4574e9

Please sign in to comment.