Преглед изворни кода

pas2js: version 0.9.15

git-svn-id: trunk@38715 -
Mattias Gaertner пре 7 година
родитељ
комит
77cf535e21
2 измењених фајлова са 2 додато и 2 уклоњено
  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
 const
   VersionMajor = 0;
   VersionMajor = 0;
   VersionMinor = 9;
   VersionMinor = 9;
-  VersionRelease = 14;
+  VersionRelease = 15;
   VersionExtra = '+beta';
   VersionExtra = '+beta';
   DefaultConfigFile = 'pas2js.cfg';
   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
     function to call the class method. Here is an example map of <i>IUnknown</i> of
     <i>TInterfacedObject</i>:<br>
     <i>TInterfacedObject</i>:<br>
 <pre>
 <pre>
- {
+{
   QueryInterface: function (){ return fn.apply(this.$o,arguments); },
   QueryInterface: function (){ return fn.apply(this.$o,arguments); },
   _AddRef: function (){ return fn.apply(this.$o,arguments); },
   _AddRef: function (){ return fn.apply(this.$o,arguments); },
   _Release: function (){ return fn.apply(this.$o,arguments); },
   _Release: function (){ return fn.apply(this.$o,arguments); },