UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

8 lines (6 loc) 262 B
// 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