diff options
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.js b/src/settings.js index 4017ad98..a6c11448 100644 --- a/src/settings.js +++ b/src/settings.js @@ -255,9 +255,9 @@ var WARN_ON_UNDEFINED_SYMBOLS = 0; // If set to 1, we will warn on any undefined // the existing buildsystem), and (2) functions might be // implemented later on, say in --pre-js -var SMALL_CHUNKS = 0; // Use small chunk size for binary synchronous XHR's in Web Workers. - // Used for testing. - // See test_chunked_synchronous_xhr in runner.py and library.js. +var SMALL_XHR_CHUNKS = 0; // Use small chunk size for binary synchronous XHR's in Web Workers. + // Used for testing. + // See test_chunked_synchronous_xhr in runner.py and library.js. // Compiler debugging options var DEBUG_TAGS_SHOWING = []; |