UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

13 lines (10 loc) 274 B
define("liferay@1.0.0/aui-core", ["exports"], function(exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function log(text) { console.log("module aui-core says", text); } exports.log = log; });