Skip to content
Snippets Groups Projects
Commit 9e333ae1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't use const

The behaviour is unreliable in Spidermonkey 1.8.5, and the behaviour
will change based on JS options.
parent 43d8951e
No related branches found
No related tags found
No related merge requests found
const args = [ 1, 1.1, true, "one", -1, 1e9, null, undefined ];
var args = [ 1, 1.1, true, "one", -1, 1e9, null, undefined ];
const test = {
var test = {
"%s": "1",
"%d": "1",
"%i": "1",
......
// This test requires Synchronet v3.20c or later to pass
const test = {
var test = {
"50 ": "19500101",
"60.1": "19600101",
"69e1": "19690101",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment