@ -17925,6 +17925,12 @@ _.extend(BI, {
s["%Q"] = qr;
var re = /%./g;
BI.isKhtml = BI.isKhtml || function () {
if(!_global.navigator) {
return false;
}
return /Konqueror|Safari|KHTML/i.test(navigator.userAgent);
};
if (!BI.isKhtml()) {
return str.replace(re, function (par) {
return s[par] || par;
@ -17948,7 +17954,7 @@ _.extend(BI, {
* Created by GUY on 2015/6/24.
*/
BI.Func = {};
BI.extend(BI.Func, {
_.extend(BI.Func, {
/**
* 创建唯一的名字
* @param array
@ -18167,6 +18167,12 @@ _.extend(BI, {
@ -18190,7 +18196,7 @@ _.extend(BI, {
@ -17671,6 +17671,12 @@ _.extend(BI, {
@ -17694,7 +17700,7 @@ _.extend(BI, {
@ -10744,6 +10744,12 @@ _.extend(BI, {
@ -10767,7 +10773,7 @@ _.extend(BI, {
@ -198,6 +198,12 @@ _.extend(BI, {
@ -3,7 +3,7 @@