lfr-amd-loader
Version:
AMD Loader with support for combo URL and conditional loading
15 lines (11 loc) • 364 B
JavaScript
define("liferay@1.0.0/ambrin/aui-ambrin", ["exports", "liferay/aui-core"], function(exports, _auiCore) {
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.log = undefined;
function log(text) {
(0, _auiCore.log)("module aui-chemaps says via aui-core: " + text);
}
exports.log = log;
});
;