Tab layout, first commit with new third party packages
[openemr.git] / public / assets / knockout-3-4-0 / src / namespace.js
blobff46d12a32a851585e3b25f93ce3a167acbf0881
1 // Internally, all KO objects are attached to koExports (even the non-exported ones whose names will be minified by the closure compiler).
2 // In the future, the following "ko" variable may be made distinct from "koExports" so that private objects are not externally reachable.
3 var ko = typeof koExports !== 'undefined' ? koExports : {};