• Solly Ross's avatar
    Fixed presence detection bug in utils.set_defaults · cfc02e5e
    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 Loading commit data...
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...