Skip to content

Commit bf50e6d

Browse files
committed
missing inherit definitions added
1 parent fbabeb3 commit bf50e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/at/gmi/nordborglab/widgets/geneviewer/GeneViewer.gwt.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
<!-- Specify the paths for translatable code -->
1919
<inherits name="com.processingjs.Processing" />
20-
20+
<inherits name="com.google.gwt.visualization.Visualization"/>
21+
<inherits name="org.danvk.dygraphs.Dygraph" />
2122
<source path='client'/>
2223
<source path='shared'/>
2324
</module>

0 commit comments

Comments
 (0)