Browse Source

Merge pull request #52 in ~GUY/fineui from ~YOUNG/fineuig:master to master

* commit '6ca6a6d559c7ff7c190918320ac0b09f6f39924c':
  function
es6
Young 7 years ago
parent
commit
49e503e4b8
  1. 4
      bi/core.js
  2. 4
      docs/core.js

4
bi/core.js

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

4
docs/core.js

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

Loading…
Cancel
Save