Trigger todo on forms.

This commit is contained in:
Brendan Dahl 2012-05-25 13:22:43 -07:00
parent 5416b92392
commit b1bf3ae56a

View File

@ -932,6 +932,9 @@ var PageView = function pageView(container, pdfPage, id, scale,
if (comment)
div.appendChild(comment);
break;
case 'Widget':
TODO('support forms');
break;
}
}
});