mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Cleanup knockout a bit
This commit is contained in:
parent
4f6783a991
commit
6bdd509b48
5 changed files with 39 additions and 41 deletions
2
vendors/knockout/src/namespace.js
vendored
2
vendors/knockout/src/namespace.js
vendored
|
|
@ -1,3 +1,3 @@
|
|||
// 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 : {};
|
||||
const ko = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue