mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
pas2js: version 0.9.15
git-svn-id: trunk@38715 -
This commit is contained in:
parent
18fd5ae63d
commit
77cf535e21
@ -29,7 +29,7 @@ uses
|
||||
const
|
||||
VersionMajor = 0;
|
||||
VersionMinor = 9;
|
||||
VersionRelease = 14;
|
||||
VersionRelease = 15;
|
||||
VersionExtra = '+beta';
|
||||
DefaultConfigFile = 'pas2js.cfg';
|
||||
|
||||
|
@ -1621,7 +1621,7 @@ function(){
|
||||
function to call the class method. Here is an example map of <i>IUnknown</i> of
|
||||
<i>TInterfacedObject</i>:<br>
|
||||
<pre>
|
||||
{
|
||||
{
|
||||
QueryInterface: function (){ return fn.apply(this.$o,arguments); },
|
||||
_AddRef: function (){ return fn.apply(this.$o,arguments); },
|
||||
_Release: function (){ return fn.apply(this.$o,arguments); },
|
||||
|
Loading…
Reference in New Issue
Block a user