Skip to content

Commit

Permalink
Fix: Downgrade pdf.js (#397)
Browse files Browse the repository at this point in the history
New version of pdf.js is showing a lot more console errors and is causing problems with Catchpoint.
  • Loading branch information
tonyjin committed Sep 15, 2017
1 parent ba0d1f7 commit b8c6706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
const webpackConfig = require('./webpack.karma.config');

const DOC_STATIC_ASSETS_VERSION = '1.9.0';
const DOC_STATIC_ASSETS_VERSION = '1.7.0';
const MEDIA_STATIC_ASSETS_VERSION = '1.8.0';
const MODEL3D_STATIC_ASSETS_VERSION = '1.9.1';
const SWF_STATIC_ASSETS_VERSION = '0.112.0';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const X_REP_HINT_VIDEO_MP4 = '[mp4]';

// These should be updated to match the Preview version in package.json
// whenever a file in that third party directory is updated
export const DOC_STATIC_ASSETS_VERSION = '1.9.0';
export const DOC_STATIC_ASSETS_VERSION = '1.7.0';
export const MEDIA_STATIC_ASSETS_VERSION = '1.8.0';
export const MODEL3D_STATIC_ASSETS_VERSION = '1.9.1';
export const SWF_STATIC_ASSETS_VERSION = '0.112.0';
Expand Down

0 comments on commit b8c6706

Please sign in to comment.