File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ export class Record {
239239  } 
240240
241241  _updateDestination ( )   { 
242-     // todo(vicb): compute this info only once in ctor ? (add a bit in mode not to grow the mem req) 
243242    if  ( this . dest  instanceof  Record )  { 
244243      if  ( isPresent ( this . protoRecord . dest . position ) )  { 
245244        this . dest . updateArg ( this . currentValue ,  this . protoRecord . dest . position ) ; 
Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ export function main() {
417417          var  prr  =  new  ProtoRecordRange ( ) ; 
418418          prr . addRecordsFromAST ( ast ( "a()" ) ,  "a" ,  1 ) ; 
419419          prr . addRecordsFromAST ( ast ( "b()" ) ,  "b" ,  2 ) ; 
420-           prr . addRecordsFromAST ( ast ( "c()" ) ,  "b " ,  2 ) ; 
420+           prr . addRecordsFromAST ( ast ( "c()" ) ,  "c " ,  2 ) ; 
421421
422422          var  dispatcher  =  new  TestDispatcher ( ) ; 
423423          var  rr  =  prr . instantiate ( dispatcher ,  null ) ; 
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ export class View {
202202    } 
203203  } 
204204
205-   _collectChanges ( records :List )  { 
205+   _collectChanges ( records :List < Record > )  { 
206206    var  changes  =  StringMapWrapper . create ( ) ; 
207207    for ( var  i  =  0 ;  i  <  records . length ;  ++ i )  { 
208208      var  record  =  records [ i ] ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments