Rename and reorder link annotation CSS

This commit is contained in:
Tim van der Meij 2015-12-27 15:51:58 +01:00
parent ad4354c0bd
commit 26379ddae2
3 changed files with 16 additions and 16 deletions

View file

@ -217,7 +217,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 || '';