Files
noVNC/include
Solly Ross cfc02e5e2b Fixed presence detection bug in utils.set_defaults
Previously, Utils.set_defaults was using `if(conf[keys[i]])`
to check for the presence of a configuration key.  This would
fail if `conf[keys[i]]` happened to be false.  Instead, we now
use `if(keys[i] in conf)`, which simply checks for the presence
of the key in the conf object.
2014-09-19 14:48:00 -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
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04: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
2014-09-15 16:46:02 -04:00
2014-09-15 16:46:02 -04:00