/* Copyright (c) 2011 Synology Inc. All rights reserved. */

MODULE_STATISTICAL_DATA=Ext.extend(SYNOBLOG_MODULE,{constructor:function(b,a){SYNOBLOG.instance().on("article_update",this.updateModuleContent,this);SYNOBLOG.instance().on("comment_update",this.updateModuleContent,this);MODULE_STATISTICAL_DATA.superclass.constructor.call(this,b,a)}});SYNOBLOG.instance().registerModule("statistical_data",{title:null,width:0,height:0},MODULE_STATISTICAL_DATA);
