snappymail/vendors/knockout/src/namespace.js
2020-09-17 16:27:00 +02:00

3 lines
337 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.
var ko = typeof koExports !== 'undefined' ? koExports : {};