|
|
|
@ -16608,9 +16608,7 @@ BI.extend(jQuery, {
|
|
|
|
|
* 基本的函数 |
|
|
|
|
* Created by GUY on 2015/6/24. |
|
|
|
|
*/ |
|
|
|
|
$(function () { |
|
|
|
|
BI.Func = {}; |
|
|
|
|
var formulas = {}; |
|
|
|
|
BI.extend(BI.Func, { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -16630,7 +16628,6 @@ $(function () {
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
var t, text, py; |
|
|
|
|
keyword = keyword + ""; |
|
|
|
|
keyword = BI.toUpperCase(keyword); |
|
|
|
|
var matched = isArray ? [] : {}, finded = isArray ? [] : {}; |
|
|
|
|
BI.each(items, function (i, item) { |
|
|
|
@ -16885,7 +16882,6 @@ $(function () {
|
|
|
|
|
} |
|
|
|
|
return this._scrollWidth; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
});/** |
|
|
|
|
* guy |
|
|
|
|
* 检测某个Widget的EventChange事件然后去show某个card |
|
|
|
|