Class CeL
Colorless echo JavaScript kit/library: base name-space declaration
Defined in: ce.origin.js.
Constructor Attributes | Constructor Name and Description |
---|---|
CeL()
本 JavaScript framework 的框架基本宣告
base name-space declaration of JavaScript library framework |
Class Detail
CeL()
本 JavaScript framework 的框架基本宣告
base name-space declaration of JavaScript library framework
base name-space declaration of JavaScript library framework
// load library // 預防 initialization 到一半彈出警告視窗,所以設大一點。 CeL.log.max_length = 20; // set debug CeL.set_debug(); // 判別是否已經 load 過 if(typeof CeL !== 'function' || CeL.Class !== 'CeL') ; // CeL has not been loaded