UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

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