icingaweb2/test/config/JavaScriptTest/someThing/Else.js

5 lines
122 B
JavaScript
Raw Normal View History

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