Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/About.js Thu Nov 07 11:59:40 2013 +0100 +++ b/app/view/About.js Thu Nov 07 12:01:35 2013 +0100 @@ -22,13 +22,13 @@ { text: 'Abbrechen', scope: this, - handler: this.close, + handler: this.close } ]; this.items = [ { html: "<h1>Lada</h1>Server version: " + sver + "<br>Client version: " + cver } ]; this.callParent(); - }, + } });