UNPKG

cejs

Version:

A JavaScript module framework that is simple to use.

55 lines 1.31 kB
�� /** * @name CeL function for events * @fileoverview * ,g�jHhS+T�N�N�N�d\O(u�v functions0 * @since * * TDOO: �n ��Su� * * @example * <code> * CeL.run('interact.event',function(){ * // ... * }); * </code> * @see */ 'use strict'; if (typeof CeL === 'function') CeL.run( { name:'interact.event', code : function(library_namespace) { /** * null module constructor * @class event U�t�v functions */ var _// JSDT:_module_ = function() { // null module constructor }; /** * for JSDT: g prototype Mbg\KNvu\O Class */ _// JSDT:_module_ .prototype = { }; return ( _// JSDT:_module_ ); } });