[vz-dev] Zähler ohne Daten

Berthold Bredenkamp bb at bre.de
Tue Nov 29 18:53:04 CET 2011


Wenn ein Zähler keine Daten im Anzeigezeitraum enthält, dann bekomme ich die
Fehlermeldung

 

„this.data.min is undefined“.

 

--- Code Ausschnitt

 

Entity.prototype.updateDOMRow = function() {

        var row = $('#entity-' + this.uuid);

 

        if (this.data && this.data.rows > 0) { // update statistics if data
available

               var delta = this.data.to - this.data.from;

               var year = 365*24*60*60*1000;

        

               $('.min', row)

->                     .text(vz.wui.formatNumber(this.data.min[1], true) +
this.definition.unit)

 

--- 

 

 

Gruß

 

Berthold 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://volkszaehler.org/pipermail/volkszaehler-dev/attachments/20111129/6c560bad/attachment.html>


More information about the volkszaehler-dev mailing list