lfr-amd-loader
Version:
AMD Loader with support for combo URL and conditional loading
14 lines (11 loc) • 335 B
JavaScript
define('chema/chemaps/aui-chemaps', ['exports', 'aui-base'], function (exports, _auiBase) {
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
'use strict';
function log(text) {
_auiBase.log('module aui-chemaps says via aui-base', text);
}
exports.log = log;
});