Browse Source

fixed EIntOverflow

mattias 5 năm trước cách đây
mục cha
commit
b6c3045172
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/utils/pas2js/dist/rtl.js

+ 1 - 1
compiler/utils/pas2js/dist/rtl.js

@@ -455,7 +455,7 @@ var rtl = {
   EInvalidCast: null,
   EAbstractError: null,
   ERangeError: null,
-  EIntOverflow: null;
+  EIntOverflow: null,
   EPropWriteOnly: null,
 
   raiseE: function(typename){