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