]> git.parisson.com Git - pdf.js.git/commitdiff
Merge branch 'master' of git://github.com/mozilla/pdf.js.git into textlayout-ui
authornotmasteryet <async.processingjs@yahoo.com>
Sat, 31 Dec 2011 01:22:59 +0000 (19:22 -0600)
committernotmasteryet <async.processingjs@yahoo.com>
Sat, 31 Dec 2011 01:22:59 +0000 (19:22 -0600)
Conflicts:
web/viewer.js

1  2 
src/canvas.js
web/viewer.js

diff --cc src/canvas.js
Simple merge
diff --cc web/viewer.js
index afaf03e04dcd71a8c99d35d616f2bf1f1ff25f98,b596de2137e3d5543cae7590e1a8a3cb23d83b4a..9a7bbb527bbda37362bdb1c06575c9f280f17a31
@@@ -595,13 -774,14 +774,14 @@@ var PageView = function pageView(contai
          this.updateStats();
          if (this.onAfterDraw)
            this.onAfterDraw();
 -      }).bind(this), textLayer
+         cache.push(this);
+         callback();
 +      }).bind(this), new TextLayerBuilder(textLayer)
      );
  
-     setupLinks(this.content, this.scale);
+     setupAnnotations(this.content, this.scale);
      div.setAttribute('data-loaded', true);
-     return true;
    };
  
    this.updateStats = function pageViewUpdateStats() {