mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-19 05:19:57 -04:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
/* Relative path outside the current directory, With extension */
|
|
define(["../someOther.js"], function (someOther) {
|
|
|
|
});
|