mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Clone 3.5.1 from github
This commit is contained in:
parent
5d281486d0
commit
091c4ec811
65 changed files with 6957 additions and 7 deletions
3
vendors/knockout/src/namespace.js
vendored
Normal file
3
vendors/knockout/src/namespace.js
vendored
Normal file
|
|
@ -0,0 +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 : {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue