-
Solly Ross authored
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.
cfc02e5e
Name |
Last commit
|
Last update |
---|---|---|
debian | ||
docs | ||
images | ||
include | ||
tests | ||
utils | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
LICENSE.txt | ||
README.md | ||
favicon.ico | ||
karma.conf.js | ||
package.json | ||
vnc.html | ||
vnc_auto.html |