Explorar el Código

pas2js: fixed rtti module

git-svn-id: trunk@38992 -
Mattias Gaertner hace 7 años
padre
commit
cd4eb4738c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/pas2js/dist/rtl.js

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

@@ -1093,7 +1093,7 @@ var rtl = {
       } else {
         t = Object.create(ancestor);
         t.name = name;
-        t.module = this.module;
+        t.$module = this.$module;
         this[name] = t;
       }
       if (o){