Skip to content

Commit

Permalink
signature annotations enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
wolvz committed Jul 28, 2015
1 parent d08895d commit 7df3f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/core/annotation.js
Expand Up @@ -563,10 +563,10 @@ var WidgetAnnotation = (function WidgetAnnotationClosure() {
var parent = Annotation.prototype;
Util.inherit(WidgetAnnotation, Annotation, {
isViewable: function WidgetAnnotation_isViewable() {
if (this.data.fieldType === 'Sig') {
/*if (this.data.fieldType === 'Sig') {
warn('unimplemented annotation type: Widget signature');
return false;
}
}*/

return parent.isViewable.call(this);
}
Expand Down

0 comments on commit 7df3f4f

Please sign in to comment.