mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-15 23:08:10 +02:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
/* Relative path, No extension */
|
|
define(["someThing/Else"], function (Else) {
|
|
|
|
});
|