[Lada-commits] [PATCH 1 of 2] removed surplus code

Wald Commits scm-commit at wald.intevation.org
Wed May 27 16:59:31 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1432735499 -7200
# Node ID 5cdfe0ff1df381a7ea2076095eb236c0f02435f5
# Parent  a5373ee662e2b7030d6c895310f138e89adb0060
removed surplus code

diff -r a5373ee662e2 -r 5cdfe0ff1df3 app/controller/FilterResult.js
--- a/app/controller/FilterResult.js	Wed May 27 16:01:59 2015 +0200
+++ b/app/controller/FilterResult.js	Wed May 27 16:04:59 2015 +0200
@@ -43,19 +43,6 @@
         });
         this.callParent(arguments);
     },
-    /**
-     * Enable the Loading Animation of the Grid.
-     */
-     loadingAnimationOn: function(store, operation) {
-        store.up('grid').setLoading(true);
-     },
-
-    /**
-     * Disable the Loading Animation of the Grid.
-     */
-     loadingAnimationOff: function(store, operation) {
-        store.up('grid').setLoading(false);
-     },
 
     /**
      * This function is called after a Row in the


More information about the Lada-commits mailing list