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