icingaweb2/test/config/JavaScriptTest/someThing/Else.js
2026-05-04 16:17:20 +02:00

4 lines
122 B
JavaScript

/* Relative path outside the current directory, With extension */
define(["../someOther.js"], function (someOther) {
});