fixed bad merge
This commit is contained in:
parent
0c26204ea1
commit
1ad7edf5a9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import * as metrics from './metrics';
|
||||||
import * as progress from './progress';
|
import * as progress from './progress';
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
|
|
||||||
const storage = new Storage(localStorage);
|
const storage = new Storage();
|
||||||
function onUnload(size) {
|
function onUnload(size) {
|
||||||
metrics.cancelledDownload({ size });
|
metrics.cancelledDownload({ size });
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ import * as metrics from './metrics';
|
||||||
import * as progress from './progress';
|
import * as progress from './progress';
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
|
|
||||||
const storage = new Storage(localStorage);
|
const storage = new Storage();
|
||||||
|
|
||||||
const allowedCopy = () => {
|
const allowedCopy = () => {
|
||||||
const support = !!document.queryCommandSupported;
|
const support = !!document.queryCommandSupported;
|
||||||
|
|
Loading…
Reference in a new issue