UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

14 lines (11 loc) 281 B
define('aui-event', ['exports'], function (exports) { 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); 'use strict'; function log(text) { console.log('module aui-event says', text); } exports.log = log; });