• Solly Ross's avatar
    Cleanup and Test: base64.js · f8e9b9f1
    Solly Ross authored
    This is the first commit in a series of commits
    which improve the readability of some of the code
    and add tests.
    
    File: base64.js
    Tests Added: True
    Changes:
    - Improved indentation
    - Fixed JSHint errors
    - Moved loop variables to be declared in the loop for better readability
      (N.B. Javascript does not have block scoping, so the variables are
      still technically available outside the loop -- it just makes the code
      clearer to place them inside the loop, since they are only used there)
    f8e9b9f1
Name
Last commit
Last update
..
arrays.html Loading commit data...
arrays.js Loading commit data...
base64.html Loading commit data...
base64.js Loading commit data...
browser.js Loading commit data...
canvas.html Loading commit data...
cursor.html Loading commit data...
face.png Loading commit data...
face.png.js Loading commit data...
input.html Loading commit data...
keyboard-tests.html Loading commit data...
run_from_console.casper.js Loading commit data...
run_from_console.js Loading commit data...
run_from_console.zombie.js Loading commit data...
stats.js Loading commit data...
test.base64.js Loading commit data...
test.helper.js Loading commit data...
test.keyboard.js Loading commit data...
viewport.css Loading commit data...
viewport.html Loading commit data...
vnc_perf.html Loading commit data...
vnc_playback.html Loading commit data...