Cleanup unused js fragments for load indicator

refs #4400
This commit is contained in:
Marius Hein 2013-09-25 13:38:56 +02:00 committed by Matthias Jentsch
parent 1e72cd0c12
commit 571351e342
1 changed files with 0 additions and 5 deletions

View File

@ -190,10 +190,6 @@ function(Container, $, logger, URI) {
Container.getDetailContainer().registerOnUpdate(this.syncSelectionWithDetail.bind(this));
};
this.registerLoadIndicator = function() {
// console.log(this.container);
};
/**
* Create this component, setup listeners and behaviour
*/
@ -210,5 +206,4 @@ function(Container, $, logger, URI) {
this.construct(gridDomNode);
};
});