mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
pastojs: fixed rtl.js
git-svn-id: trunk@41147 -
This commit is contained in:
parent
e348fada6c
commit
70c4d45474
2
utils/pas2js/dist/rtl.js
vendored
2
utils/pas2js/dist/rtl.js
vendored
@ -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); }
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user