/** * XXXBase Script include * @constructor * @type {XXXBase} * @ignore */ var XXXBase = Class.create(); XXXBase.prototype = /** @lends XXXBase.prototype */{ /** @member {DataUtils} */ // dataUtils: new DataUtils(), /** @member {QueryUtils} */ // queryUtils: new QueryUtils(), /** @member {DateTimeUtils} */ // dateTimeUtils: new DateTimeUtils(), /** @constant {String} */ LOG_PROPERTY: 'base_script_include.log.level', initialize: function () { this.logger = new global.GSLog(this.LOG_PROPERTY, this.type); this.logger.includeTimestamp(); }, type: 'XXXBase' };
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter