partkeepr

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

commit 6c839ccc557462e628bbb6a56b447d5ec17aa4cb
parent 11b7a4bfded91db5fb43338c64e1651908fbb093
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 15 Jul 2015 01:28:38 +0200

Removed proxy as not needed anymore

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Ext.ux/SearchField.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Ext.ux/SearchField.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Ext.ux/SearchField.js @@ -71,7 +71,6 @@ Ext.define('Ext.ux.form.SearchField', { resetSearch: function () { var me = this, store = me.store, - proxy = store.getProxy(), val; me.setValue(''); @@ -93,7 +92,6 @@ Ext.define('Ext.ux.form.SearchField', { startSearch: function () { var me = this, store = me.store, - proxy = store.getProxy(), value = me.getValue(); if (value.length < 1) {