repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #5275 from solgenomics/select_display_image
[sgn.git]
/
lib
/
SGN
/
View
/
JavaScript
/
Legacy.pm
blob
bed0b64a33e9a7333d0ac58a0f51b4dbf0187f61
1
package
SGN
::
View
::
JavaScript
::
Legacy
;
2
use
strict
;
3
use
warnings
;
4
5
use
parent
'Catalyst::View::JavaScript::Minifier::XS'
;
6
7
__PACKAGE__
->
config
(
8
js_dir
=>
SGN
->
path_to
(
'js/source/legacy'
),
9
);
10
11
1
;