mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
3 lines
337 B
JavaScript
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 : {};
|