Skip to content

Commit 6af6746

Browse files
hansonrhansonr
authored andcommitted
Java2Script_3.2.1 creates private methods in JavaScript
compilation-unit scope var p$1, p$2, p$3, etc., {} one for each class, to hold method references. All then use .apply.
1 parent 59c9513 commit 6af6746

File tree

11 files changed

+468
-543
lines changed

11 files changed

+468
-543
lines changed
831 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180724064133
1+
20180726181624
831 Bytes
Binary file not shown.

sources/net.sf.j2s.core/src/net/sf/j2s/core/CorePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class CorePlugin extends Plugin {
1919
* register the bundle version properly. So we use VERSION here instead.
2020
*
2121
*/
22-
public static String VERSION = "3.2.1.02";
22+
public static String VERSION = "3.2.1.03";
2323

2424
/**
2525
* The constructor.

0 commit comments

Comments
 (0)