Skip to content
Snippets Groups Projects
Commit ca620116 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: inexistent dependency removed

parent fb942573
No related branches found
No related tags found
No related merge requests found
Pipeline #13700 passed
......@@ -35,7 +35,7 @@
* @version 0.1
*
*/
var ext_data_analysis = function (somelibrary) {
var ext_data_analysis = function () {
var init = function (toolbox) {
/* initialization of the module */
......@@ -85,7 +85,7 @@ var ext_data_analysis = function (somelibrary) {
init: init,
};
//pass the dependencies as arguments here as well
}(somelibrary);
}();
// this will be replaced by require.js in the future.
$(document).ready(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment