mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 19:29:00 +02:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
/* Relative path outside the current directory, With extension */
|
|
define(["../someOther.js"], function (someOther) {
|
|
|
|
});
|