// For any options that may affect various areas of Knockout and aren't directly associated with data binding.
ko.options = {
'deferUpdates': false,
'useOnlyNativeEvents': false
};
//ko.exportSymbol('options', ko.options); // 'options' isn't minified