commit | 30ee514bb1026e415deac38e644d648cd767e643 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Jun 26 01:50:14 2015 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Jun 26 01:50:14 2015 +0200 |
tree | d4ee6e57a1974b2a8ea1426e7a6f5d1323db4ef7 | |
parent | 27ae9ecc65f0b6ab2ce066624723f3d5e683e948 [diff] [blame] |
Adjustments to match template for new Krill API
diff --git a/dev/js/src/match.js b/dev/js/src/match.js index d3aee67..f6fbd41 100644 --- a/dev/js/src/match.js +++ b/dev/js/src/match.js
@@ -10,8 +10,9 @@ */ define([ 'match/info', + 'match/reference', 'util' -], function (infoClass) { +], function (infoClass, refClass) { // Localization values var loc = KorAP.Locale;