/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
code language:		javascript 1.8
folder name:		files/dclib_5.05/dcjs_5.0
class name:		dcjs
class type:		static
version:		1.0
date:			20120105
copyright:		massimo cardascia
url:			www.plustic.de / www.dot-control.com
code style:		whitesmiths style variant - 8 spaces tab - http://en.wikipedia.org/wiki/indent_style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

///*	class definition /////////////////////////////////////////////////////////////////////////////////////
function DCJS(){this.f_construct();}

///*	class versioning /////////////////////////////////////////////////////////////////////////////////////
	DCJS.__s_classVersion = '5.00';		///h : dclib intern class version
	DCJS.__s_className = 'DCJS';		///h : dclib intern class name
	DCJS.__s_classType = 'class';		///h : dclib intern class type

///*	class properties /////////////////////////////////////////////////////////////////////////////////////

///*	class system init ////////////////////////////////////////////////////////////////////////////////////
	DCJS.f_initSystem = function()
		{
		}

///*    class constructor ////////////////////////////////////////////////////////////////////////////////////
	DCJS.prototype.f_construct = function()
		{
		}

///*	public static functions //////////////////////////////////////////////////////////////////////////////

///*	public functions /////////////////////////////////////////////////////////////////////////////////////

///*	pivate static functions //////////////////////////////////////////////////////////////////////////////

///*    private functions ////////////////////////////////////////////////////////////////////////////////////

///*    class init ///////////////////////////////////////////////////////////////////////////////////////////

/*
--------------------------------------------------------------------------------------------------------------
description:
--------------------------------------------------------------------------------------------------------------
dcjs is the main class of the dclib js framework.
the class stores enhances the default functions of js
--------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------
events:
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------
getter properties:
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------
usage:
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
*/
