浏览代码

pastojs: fixed rtl.js

git-svn-id: trunk@41147 -
Mattias Gaertner 6 年之前
父节点
当前提交
70c4d45474
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/pas2js/dist/rtl.js

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

@@ -1239,7 +1239,7 @@ var rtl = {
     $Class: function(name,o){ return this.$Scope(name,rtl.tTypeInfoClass,o); },
     $ClassRef: function(name,o){ return this.$inherited(name,rtl.tTypeInfoClassRef,o); },
     $Pointer: function(name,o){ return this.$inherited(name,rtl.tTypeInfoPointer,o); },
-    $Interface: function(name,o){ return this.$Scope(name,rtl.tTypeInfoInterface,o); }
+    $Interface: function(name,o){ return this.$Scope(name,rtl.tTypeInfoInterface,o); },
     $Helper: function(name,o){ return this.$Scope(name,rtl.tTypeInfoHelper,o); }
   },