partkeepr

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

commit f9e1a4889d2115bc2b7987346f8e9fcf4886c828
parent a53662c4dd6da863d2e6ee97f614b115dec67294
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri, 11 Sep 2015 19:03:53 +0200

Fixed indentation

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Util/JsonWithAssociationsWriter.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Util/JsonWithAssociationsWriter.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Util/JsonWithAssociationsWriter.js @@ -15,7 +15,7 @@ Ext.define("PartKeepr.JsonWithAssociations", { var storeName; Ext.apply(data, record.getAssociatedData()); - + return data; } }); \ No newline at end of file