mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-15 03:20:43 -04:00
4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
/* Relative path, No extension */
|
|
define(["someThing/Else"], function (Else) {
|
|
|
|
});
|