2024-11-04 10:45:14 +01:00

5 lines
122 B
JavaScript

/* Relative path outside the current directory, With extension */
define(["../someOther.js"], function (someOther) {
});