[webpack.ue.view] fixed 'remove' call
This commit is contained in:
parent
1c62879fad
commit
b434a9e658
|
@ -231,7 +231,7 @@ gstore.add('ic_handler', function(){
|
||||||
gstore.add('ir_handler', function(ue_id){
|
gstore.add('ir_handler', function(ue_id){
|
||||||
|
|
||||||
/* (1) Abort if wrong ue_id */
|
/* (1) Abort if wrong ue_id */
|
||||||
if( ue_id == null || isNaN(ue_id) )
|
if( ue_id == null )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* (2.1) Find index in gstore */
|
/* (2.1) Find index in gstore */
|
||||||
|
|
Loading…
Reference in New Issue