55 $root = XCube_Root::getSingleton();
60 $core = str_replace(
'.',
'', $this->_mCore);
61 $this->_mType = is_numeric($core) ?
'google' :
'local';
64 if (1 == $root->getSiteConfig(
'jQuery',
'usePrototype')) {
65 $this->mUsePrototype =
true;
66 $this->mPrototypeUrl = $root->getSiteConfig(
'jQuery',
'prototypeUrl');
67 $this->mFuncNamePrefix = $root->getSiteConfig(
'jQuery',
'funcNamePrefix');