6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
define("loose/module-name/expected", [], function () {
|
|
"use strict";
|
|
|
|
foobar();
|
|
});
|