partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7a95e70ec91955f2503f37c1993de2dcf5ea3790
parent 1306612665031a4ca00fc44bc087df3d6711f1c3
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 14 May 2012 08:15:53 +0200

Removed trailing comma

Diffstat:
Msrc/frontend/js/Components/User/Preferences/FormattingPreferences.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/js/Components/User/Preferences/FormattingPreferences.js b/src/frontend/js/Components/User/Preferences/FormattingPreferences.js @@ -24,6 +24,6 @@ Ext.define('PartKeepr.FormattingPreferencesPanel', { this.items = [ this.priceNumDecimalsField ]; this.callParent(); - }, + } });