• 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
..
chrome-app Loading commit data...
web-socket-js Loading commit data...
web-socket-js-project @ c0855c6c Loading commit data...
Orbitron700.ttf Loading commit data...
Orbitron700.woff Loading commit data...
base.css Loading commit data...
base64.js Loading commit data...
black.css Loading commit data...
blue.css Loading commit data...
des.js Loading commit data...
display.js Loading commit data...
input.js Loading commit data...
jsunzip.js Loading commit data...
keyboard.js Loading commit data...
keysym.js Loading commit data...
keysymdef.js Loading commit data...
logo.js Loading commit data...
playback.js Loading commit data...
rfb.js Loading commit data...
ui.js Loading commit data...
util.js Loading commit data...
websock.js Loading commit data...
webutil.js Loading commit data...