TODO isn't defined in viewer, just directly call fallback.

This commit is contained in:
Brendan Dahl 2012-05-31 11:12:46 -07:00
parent 85f9217c5e
commit 2a9efa8acc

View File

@ -1044,7 +1044,8 @@ var PageView = function pageView(container, pdfPage, id, scale,
div.appendChild(comment); div.appendChild(comment);
break; break;
case 'Widget': case 'Widget':
TODO('support forms'); // TODO: support forms
PDFView.fallback();
break; break;
} }
} }