pas2js: version 0.9.15

git-svn-id: trunk@38715 -
This commit is contained in:
Mattias Gaertner 2018-04-08 15:37:03 +00:00
parent 18fd5ae63d
commit 77cf535e21
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ uses
const
VersionMajor = 0;
VersionMinor = 9;
VersionRelease = 14;
VersionRelease = 15;
VersionExtra = '+beta';
DefaultConfigFile = 'pas2js.cfg';

View File

@ -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); },