namespace函數(shù)欢揖,輕松創(chuàng)建或讀取namespace object
var _namespace = function(ns) {
var a = ns.split("."),
p = _globals, i;
for (i = 0; i < a.length; i++) {
p[a[i]] = p = p[a[i]] || {};
}
return p;
}
來源于gsap
namespace函數(shù)欢揖,輕松創(chuàng)建或讀取namespace object
var _namespace = function(ns) {
var a = ns.split("."),
p = _globals, i;
for (i = 0; i < a.length; i++) {
p[a[i]] = p = p[a[i]] || {};
}
return p;
}
來源于gsap