"options" properties documentation
Created by: subnetmarco
It would be nice to have some documentation with a list of options
properties available. For example, without looking the source code it would have been hard to know that this existed:
var options = {
enable: {
xforward: false
}
}