[webpack.ue.view] fixed 'remove' call

This commit is contained in:
xdrm-brackets 2018-03-11 18:10:49 +01:00
parent 1c62879fad
commit b434a9e658
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ gstore.add('ic_handler', function(){
gstore.add('ir_handler', function(ue_id){
/* (1) Abort if wrong ue_id */
if( ue_id == null || isNaN(ue_id) )
if( ue_id == null )
return;
/* (2.1) Find index in gstore */