partkeepr

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

commit 8faacd35255f0fbb3c65acfac660be6c0733e568
parent e4e1f130b81ddb8c213c1a472d367e88287adb3b
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu,  5 Nov 2015 15:47:36 +0100

Properly call callParent()

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

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Data/HydraModel.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Data/HydraModel.js @@ -5,7 +5,7 @@ Ext.define("PartKeepr.data.HydraModel", { getData: function (options) { - var data = this.callParent(options); + var data = this.callParent(arguments); if (this.phantom) { delete data[this.idProperty];