Akron | 479994e | 2018-07-02 13:21:44 +0200 | [diff] [blame] | 1 | requirejs.config({ |
2 | baseUrl: '/js/src', | ||||
3 | paths : { | ||||
4 | 'lib': '../lib' | ||||
5 | } | ||||
6 | }); | ||||
7 | |||||
8 | define(['app/en','plugin/server','lib/domReady','init','hint/foundries/cnx'], function (lang, pluginClass, domReady) { | ||||
9 | domReady(function () { | ||||
Akron | 8d646d7 | 2018-07-08 13:45:53 +0200 | [diff] [blame] | 10 | KorAP.Plugin = pluginClass.create(); |
Akron | 479994e | 2018-07-02 13:21:44 +0200 | [diff] [blame] | 11 | }); |
12 | }); |