File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed 
vendor/assets/javascripts Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11module  LoadCSS 
22  module  Rails 
3-     VERSION  =  '1.2.1 ' 
3+     VERSION  =  '1.2.2 ' 
44    LOADCSS_VERSION  =  '1.2.1' 
55  end 
66end 
Original file line number Diff line number Diff line change 3131    var  run  =  w . setInterval (  rp . poly ,  300  ) ; 
3232    if (  w . addEventListener  ) { 
3333      w . addEventListener (  "load" ,  function ( ) { 
34+         rp . poly ( ) ; 
3435        w . clearInterval (  run  ) ; 
3536      }  ) ; 
3637    } 
Original file line number Diff line number Diff line change 4040    ready (  function ( ) { 
4141      ref . parentNode . insertBefore (  ss ,  (  before  ? ref  : ref . nextSibling  )  ) ; 
4242    } ) ; 
43-     // A method (exposed on return object for external use) that mimics onload by polling until  document.styleSheets until it includes the new sheet. 
43+     // A method (exposed on return object for external use) that mimics onload by polling document.styleSheets until it includes the new sheet. 
4444    var  onloadcssdefined  =  function (  cb  ) { 
4545      var  resolvedHref  =  ss . href ; 
4646      var  i  =  sheets . length ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments