Browse Source

pas2js: version 0.9.15

git-svn-id: trunk@38715 -
Mattias Gaertner 7 years ago
parent
commit
77cf535e21
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/pastojs/src/pas2jscompiler.pp
  2. 1 1
      utils/pas2js/docs/translation.html

+ 1 - 1
packages/pastojs/src/pas2jscompiler.pp

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

+ 1 - 1
utils/pas2js/docs/translation.html

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