Browse Source

* Resolve conflict

Michael VAN CANNEYT 3 months ago
parent
commit
be82caf5a0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      utils/pas2js/dist/rtl.js

+ 0 - 2
utils/pas2js/dist/rtl.js

@@ -538,8 +538,6 @@ var rtl = {
       var mod = pas.SysUtils;
       if (!mod) mod = pas.sysutils;
       if (!mod) mod = pas["System.SysUtils"];
-      if (!mod) mod = pas.System.Sysutils;
-      if (!mod) mod = pas.System.SysUtils;
       if (mod){
         t = mod[typename];
         if (!t) t = mod[typename.toLowerCase()];