UNPKG

cejs

Version:

A JavaScript module framework that is simple to use.

53 lines 1.49 kB
�� /** * @name CeL function for charts * @fileoverview * ,g�jHhS+T�N chart (u�v functions0 * @since * @example * <code> * CeL.run('interact.chart',function(){ * // .. * }); * </code> * @see * <a href="http://code.google.com/apis/chart/" accessdate="2011/10/22 9:56">Google Chart Tools - Google Code</a> */ 'use strict'; if (typeof CeL === 'function') CeL.run( { name:'interact.chart', code : function(library_namespace) { /** * null module constructor * @class chart 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_ ); } });