Files
noVNC/include
Solly Ross d21cd6c164 Cleanup: Util code
File: util.js
Tests Added: True (partial -- for logging and array push methods)
Changes:
- Fixed JSHint Errors (indentation, semicolons, global "use strict")
- Made browser detection methods more readable
- added some newline characters when appropriate for readability
- throw Errors not strings!
- Removed conf_defaults, and added make_properties and set_defaults
  instead (see below)

The removal of conf_defaults and switch to make_properties and
set_defaults is to facilitate the switch over to normal Javascript
constructors instead of Crockford-style constructors.  Now, methods
are added to the objects prototype (and thus make properties is called
outside the constructor).
2014-09-15 16:46:02 -04:00
..
2013-04-25 09:52:10 -05:00
2014-09-15 16:46:02 -04:00
2014-02-17 17:55:28 -05:00
2014-09-15 16:46:02 -04:00
2011-02-03 11:04:32 -06:00
2014-09-15 16:46:02 -04:00