|  | @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
 | 
	
		
			
				|  |  |     typeof global !== 'undefined' ? global : this).PDFJS = {};
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -PDFJS.version = '1.3.127';
 | 
	
		
			
				|  |  | -PDFJS.build = 'ad4354c';
 | 
	
		
			
				|  |  | +PDFJS.version = '1.3.129';
 | 
	
		
			
				|  |  | +PDFJS.build = 'f17d672';
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  (function pdfjsWrapper() {
 | 
	
		
			
				|  |  |    // Use strict in our context only - users might not want it
 | 
	
	
		
			
				|  | @@ -1991,7 +1991,7 @@ var LinkAnnotationElement = (function LinkAnnotationElementClosure() {
 | 
	
		
			
				|  |  |       * @returns {HTMLSectionElement}
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      render: function LinkAnnotationElement_render() {
 | 
	
		
			
				|  |  | -      this.container.className = 'annotLink';
 | 
	
		
			
				|  |  | +      this.container.className = 'linkAnnotation';
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        var link = document.createElement('a');
 | 
	
		
			
				|  |  |        link.href = link.title = this.data.url || '';
 |