mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
Replace "const" with "var" because it does not seem to be standard enough for Netbeans
This commit is contained in:
parent
cb801bafa4
commit
2aea085dcc
@ -5,7 +5,7 @@ define(function(require) {
|
|||||||
var bzip2 = require('bzip2');
|
var bzip2 = require('bzip2');
|
||||||
|
|
||||||
// Size of chunks read in the dump files : 128 KB
|
// Size of chunks read in the dump files : 128 KB
|
||||||
const CHUNK_SIZE = 131072;
|
var CHUNK_SIZE = 131072;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read an integer encoded in 4 bytes
|
* Read an integer encoded in 4 bytes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user