comparison app/view/About.js @ 422:f9bb1ecf6462

Removed trailing commas.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 07 Nov 2013 12:01:35 +0100
parents bcc7546c6366
children 759828c533f5
comparison
equal deleted inserted replaced
421:f06a882ab776 422:f9bb1ecf6462
20 var cver = "0.4 (rev. 394)"; 20 var cver = "0.4 (rev. 394)";
21 this.buttons = [ 21 this.buttons = [
22 { 22 {
23 text: 'Abbrechen', 23 text: 'Abbrechen',
24 scope: this, 24 scope: this,
25 handler: this.close, 25 handler: this.close
26 } 26 }
27 ]; 27 ];
28 this.items = [ 28 this.items = [
29 { html: "<h1>Lada</h1>Server version: " + sver + "<br>Client version: " + cver } 29 { html: "<h1>Lada</h1>Server version: " + sver + "<br>Client version: " + cver }
30 ]; 30 ];
31 this.callParent(); 31 this.callParent();
32 }, 32 }
33 }); 33 });
34 34

http://lada.wald.intevation.org