JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / jalview / jsdev / Constants.js
1 Clazz.declarePackage ("jalview.jsdev");\r
2 c$ = Clazz.declareType (jalview.jsdev, "Constants");\r
3 Clazz.defineStatics (c$,\r
4 "TCOFFEE_SCORE", "TCoffeeScore",\r
5 "Phylip_FILE", 1,\r
6 "Phylip_FILE_EXT", "phy",\r
7 "Phylip_FILE_DESC", "PHYLIP",\r
8 "JSON_FILE", 2,\r
9 "JSON_FILE_EXT", "json",\r
10 "JSON_FILE_DESC", "JSON",\r
11 "Html_FILE", 3,\r
12 "Html_FILE_EXT", "html",\r
13 "Html_FILE_DESC", "HTML");\r