%PDF- %PDF-
Direktori : /home/vacivi36/ava/admin/tool/lp/amd/build/ |
Current File : /home/vacivi36/ava/admin/tool/lp/amd/build/event_base.min.js |
/** * Event base javascript module. * * @module tool_lp/event_base * @copyright 2015 Frédéric Massart - FMCorz.net * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ define("tool_lp/event_base",["jquery"],(function($){var Base=function(){this._eventNode=$("<div></div>")};return Base.prototype._eventNode=null,Base.prototype.on=function(type,handler){this._eventNode.on(type,handler)},Base.prototype._trigger=function(type,data){this._eventNode.trigger(type,[data])},Base})); //# sourceMappingURL=event_base.min.js.map