Add comment for migration.

This commit is contained in:
Brendan Dahl 2012-10-04 10:56:01 -07:00
parent eea7f90c7f
commit 2a7312836c

View File

@ -115,6 +115,7 @@ let PdfJs = {
if (currentVersion >= VERSION) {
return;
}
// Make pdf.js the default pdf viewer on the first migration.
if (currentVersion < 2) {
this._becomeHandler();
}