Rob Wu bb13fb939e Initialize PDFView.url = ''
The absence of this property caused the following error in PDFView.download:

   Cannot read property 'split' of undefined

This property was unset when the PDF was loaded through a typed array instead
of a URL. With the fix, the file name will default to "document.pdf", as
defined by getPDFFileNameFromURL in web/ui_utils.js
2014-07-24 23:37:31 +02:00
..
2014-04-18 12:11:00 -04:00
2014-03-14 16:46:35 -05:00
2014-06-12 10:28:42 -05:00
2014-05-22 13:53:19 -04:00
2014-07-24 23:37:31 +02:00