UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

17 lines (13 loc) 582 B
"use strict"; define("liferay@1.0.0/aui-dialog", ["exports", "liferay/aui-base", "liferay/aui-core", "liferay/aui-event"], function(exports, _auiBase, _auiCore, _auiEvent) { Object.defineProperty(exports, "__esModule", { value: true }); exports.log = undefined; function log(text) { (0, _auiEvent.log)("module aui-dialog says via aui-event: " + text); (0, _auiBase.log)("in module aui-dialog logBase is available: " + text); (0, _auiCore.log)("in module aui-dialog logCore is available: " + text); } exports.log = log; });