mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-15 14:58:10 +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) {
|
|
|
|
});
|