File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,14 @@ section:
47
47
</dependency >
48
48
```
49
49
50
- LDViewer uses [ GWT 2.7 's] [ 4 ] new [ JSInterop feature] [ 5 ] and thus it has to be enabled in the GWT compiler args.
50
+ LDViewer uses [ GWT 2.8 's] [ 4 ] new [ JSInterop feature] [ 5 ] and thus it has to be enabled in the GWT compiler args.
51
51
For maven:
52
52
``` xml
53
53
<compilerArgs >
54
- <compilerArg >-XjsInteropMode</compilerArg >
55
- <compilerArg >JS</compilerArg >
54
+ <compilerArg >-generateJsInteropExports</compilerArg >
56
55
</compilerArgs >
57
56
```
58
- or passing it to the compiler via ` -XjsInteropMode `
57
+ or passing it to the compiler via ` -generateJsInteropExports `
59
58
60
59
You can also download the [ jar] [ 1 ] directly or check out the source using git
61
60
from < https://github.com/timeu/ldviewer.git > and build it yourself. Once
@@ -72,8 +71,8 @@ file like this:
72
71
73
72
[ 0 ] : http://processingjs.org
74
73
[ 1 ] : http://www.nature.com/nrg/journal/v4/n8/fig_tab/nrg1123_F1.html
75
- [ 4 ] : http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0_RC1
76
- [ 5 ] : https://docs.google.com/document/d/1tir74SB-ZWrs-gQ8w-lOEV3oMY6u6lF2MmNivDEihZ4 /edit#
74
+ [ 4 ] : http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_BETA1
75
+ [ 5 ] : https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0 /edit#heading=h.o7amqk9edhb9
77
76
[ 2 ] : https://en.wikipedia.org/wiki/Triangular_matrix
78
77
[ 3 ] : https://github.com/timeu/LDViewer/blob/master/ldviewer-sample/src/main/resources/sample/client/data/ld_sample_data.json
79
78
[ 6 ] : http://timeu.github.io/LDViewer
You can’t perform that action at this time.
0 commit comments