partkeepr

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

commit 474b483b0487e24961226dd272f5e53c991e3119
parent 7d4f2a7f97c5837cb2c1cc2dceef9cc3f671c6d1
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Sat, 28 Apr 2018 18:12:08 +0200

Removed trailing comma

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/MetaPartEditor.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/MetaPartEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/MetaPartEditor.js @@ -189,5 +189,5 @@ Ext.define('PartKeepr.Components.Part.Editor.MetaPartEditor', { { this.parameterCriterias.bindStore(this.record.metaPartParameterCriterias()); this.nameField.focus(); - }, + } });