Commit Graph

2 Commits

Author SHA1 Message Date
Halan Pinheiro 2abbda4d46 Add support to commonJS/npm modules
* Add webpack to compile web versions (ui.js, playback.js, rfb.js)
  * Extract pako to external dependency
  * Add test coverage (with sourcemap)
2016-08-06 02:31:26 -03:00
Solly Ross f8e9b9f1bf Cleanup and Test: base64.js
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)
2014-09-15 16:46:02 -04:00