snappymail/vendors/knockout/src/namespace.js
2024-10-23 00:37:48 +02:00

3 lines
292 B
JavaScript

// Internally, all KO objects are attached to koExports (even the non-exported ones whose names will be minified by the closure compiler).
// In the future, the following "ko" variable may be made distinct from "koExports" so that private objects are not externally reachable.
const ko = {};