Browse Source

* Resolve conflict

Michael VAN CANNEYT 4 tháng trước cách đây
mục cha
commit
be82caf5a0
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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()];