Created by: KyleMit
I believe it's the intention that someone can override the default settings on Javascript controls by using the following code:
$.fn.modal.Constructor.DEFAULTS.keyboard = true;
However, this doesn't seem to be documented anywhere. This change just updates the JavaScript page's programmaticAPI section.