• Solly Ross's avatar
    Fixed Cursor URI Support Detection · 53762c31
    Solly Ross authored
    There was a bug in cursor URI support detection due to the way
    set_defaults now works -- the code was checking for `null`, whereas
    when not set, options default to `undefined` unless otherwise
    specified.  The code now checks for either `null` or `undefined`.
    Tests have been added to ensure that this works properly.
    53762c31
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...