This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| Call pagerList with the page number and count. | |
| Alter pageLink to modify page link HTML. | |
| Alter the name, or remove the page link function that gets placed into the | |
| global namespace. Alternatively, implement its behaviour. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| /** | |
| * module prologue comment | |
| * | |
| * @module my/amd/path | |
| * | |
| * if private | |
| * @private | |
| */ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /*global define*/ | |
| define(function() { | |
| 'use strict'; | |
| /** | |
| * @module my/amd/path | |
| */ | |
| /** | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var isnode = (typeof module !== 'undefined' && module.exports); | 
NewerOlder