gyrospring

✒ 0017.0006 global-1.2.js Snippet

Aug 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. <head>
  2.  
  3.     ...
  4.  
  5.     <script src="/script/anchor.min.js"></script>
  6.  
  7.     <script>
  8.    
  9.         var Deferred = Deferment.WasDeferred ( );
  10.    
  11.         if ( Deferred == false ) {
  12.    
  13.             // Possible Types: script, style | .js, .css
  14.             Global.AddAsset( 'script', '/script/files/files.min.js' );
  15.    
  16.         }
  17.        
  18.     </script>
  19.  
  20. </head>
Add Comment
Please, Sign In to add comment