Merge branch 'master' of github.com:tinper-bee/bee-table
This commit is contained in:
commit
cc53b26352
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
<a name="2.0.19"></a>
|
||||||
|
## [2.0.19](https://github.com/tinper-bee/bee-table/compare/v2.0.18...v2.0.19) (2019-05-15)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **bee-table:** ie11下removeEventListener报错bug ([59d03c3](https://github.com/tinper-bee/bee-table/commit/59d03c3))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.18"></a>
|
<a name="2.0.18"></a>
|
||||||
## [2.0.18](https://github.com/tinper-bee/bee-table/compare/v2.0.16...v2.0.18) (2019-05-13)
|
## [2.0.18](https://github.com/tinper-bee/bee-table/compare/v2.0.16...v2.0.18) (2019-05-13)
|
||||||
|
|
||||||
|
@ -81,17 +91,17 @@
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.9"></a>
|
<a name="2.0.9"></a>
|
||||||
## [2.0.9](https://github.com/tinper-bee/bee-table/compare/v2.0.8...v2.0.9) (2019-03-27)
|
## [2.0.9](https://github.com/tinper-bee/bee-table/compare/v2.0.7...v2.0.9) (2019-03-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.8"></a>
|
|
||||||
## [2.0.8](https://github.com/tinper-bee/bee-table/compare/v2.0.7...v2.0.8) (2019-03-25)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.7"></a>
|
<a name="2.0.7"></a>
|
||||||
## [2.0.7](https://github.com/tinper-bee/bee-table/compare/v2.0.6...v2.0.7) (2019-03-20)
|
## [2.0.7](https://github.com/tinper-bee/bee-table/compare/v2.0.8...v2.0.7) (2019-03-20)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a name="2.0.8"></a>
|
||||||
|
## [2.0.8](https://github.com/tinper-bee/bee-table/compare/v2.0.6...v2.0.8) (2019-03-20)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
/* Navlayout */
|
/* Navlayout */
|
||||||
/* FormGroup */
|
/* FormGroup */
|
||||||
/* Navlayout */
|
/* Navlayout */
|
||||||
/**
|
/**
|
||||||
* 加载背景
|
* 加载背景
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* 文字
|
* 文字
|
||||||
*/
|
*/
|
||||||
.u-loading-desc {
|
.u-loading-desc {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
color: #212121;
|
color: #212121;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* default样式 单个圆圈加载
|
* default样式 单个圆圈加载
|
||||||
*/
|
*/
|
||||||
.u-loading.u-loading-rotate > div {
|
.u-loading.u-loading-rotate > div {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
.u-table th ::last-child {
|
.u-table th ::last-child {
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
.u-table td {
|
.u-table td {
|
||||||
border-bottom: 1px solid rgb(193, 199, 208);
|
border-bottom: 1px solid rgb(233,233,233);
|
||||||
line-height: 1.33; }
|
line-height: 1.33; }
|
||||||
.u-table td a {
|
.u-table td a {
|
||||||
color: #2196F3; }
|
color: #2196F3; }
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
.u-table-scroll {
|
.u-table-scroll {
|
||||||
overflow: auto; }
|
overflow: auto; }
|
||||||
.u-table-bordered table {
|
.u-table-bordered table {
|
||||||
border: 1px solid rgb(193, 199, 208);
|
border: 1px solid rgb(233,233,233);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
table-layout: fixed; }
|
table-layout: fixed; }
|
||||||
.u-table-bordered .u-table-header > table {
|
.u-table-bordered .u-table-header > table {
|
||||||
|
@ -250,18 +250,18 @@
|
||||||
.u-table-bordered .u-table-header ~ .u-table-body table, .u-table-bordered .u-table-header ~ .u-table-body-outer table {
|
.u-table-bordered .u-table-header ~ .u-table-body table, .u-table-bordered .u-table-header ~ .u-table-body-outer table {
|
||||||
border-top: 0px; }
|
border-top: 0px; }
|
||||||
.u-table-bordered th {
|
.u-table-bordered th {
|
||||||
border-bottom: 1px solid rgb(193, 199, 208);
|
border-bottom: 1px solid rgb(233,233,233);
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.u-table-bordered th,
|
.u-table-bordered th,
|
||||||
.u-table-bordered td {
|
.u-table-bordered td {
|
||||||
border-right: 1px solid rgb(193, 199, 208);
|
border-right: 1px solid rgb(233,233,233);
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.u-table-drag-border tr th.th-can-not-drag {
|
.u-table-drag-border tr th.th-can-not-drag {
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
.u-table-header {
|
.u-table-header {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: rgb(241, 242, 245);
|
background: rgb(247,247,247);
|
||||||
color: rgb(33, 33, 33); }
|
color: rgb(102, 102, 102); }
|
||||||
.u-table.fixed-height td {
|
.u-table.fixed-height td {
|
||||||
padding: 0px 8px; }
|
padding: 0px 8px; }
|
||||||
.u-table-fixed-header .u-table-body {
|
.u-table-fixed-header .u-table-body {
|
||||||
|
@ -282,12 +282,12 @@
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.u-table-title {
|
.u-table-title {
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
border-top: 1px solid rgb(193, 199, 208); }
|
border-top: 1px solid rgb(233,233,233); }
|
||||||
.u-table-content {
|
.u-table-content {
|
||||||
position: relative; }
|
position: relative; }
|
||||||
.u-table-footer {
|
.u-table-footer {
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
border-bottom: 1px solid rgb(193, 199, 208); }
|
border-bottom: 1px solid rgb(233,233,233); }
|
||||||
.u-table-footer .u-table-scroll {
|
.u-table-footer .u-table-scroll {
|
||||||
overflow-x: hidden; }
|
overflow-x: hidden; }
|
||||||
.u-table-footer .u-table {
|
.u-table-footer .u-table {
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
.u-table-placeholder {
|
.u-table-placeholder {
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid rgb(193, 199, 208);
|
border-bottom: 1px solid rgb(233,233,233);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
.u-table-placeholder .table-nodata {
|
.u-table-placeholder .table-nodata {
|
||||||
|
@ -398,8 +398,8 @@
|
||||||
.u-table-thead .filter-wrap .filter-btns {
|
.u-table-thead .filter-wrap .filter-btns {
|
||||||
min-width: 58px; }
|
min-width: 58px; }
|
||||||
.u-table-thead th {
|
.u-table-thead th {
|
||||||
background: rgb(241, 242, 245);
|
background: rgb(247,247,247);
|
||||||
color: rgb(33, 33, 33);
|
color: rgb(102, 102, 102);
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
-moz-user-select: -moz-none;
|
-moz-user-select: -moz-none;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: none;
|
||||||
|
@ -500,7 +500,7 @@
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
background: rgb(241, 242, 245);
|
background: rgb(247,247,247);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.u-table-filter-column-filter-icon i.uf {
|
.u-table-filter-column-filter-icon i.uf {
|
||||||
|
@ -578,7 +578,7 @@
|
||||||
|
|
||||||
.u-table.bordered th,
|
.u-table.bordered th,
|
||||||
.u-table.bordered td {
|
.u-table.bordered td {
|
||||||
border: 1px solid rgb(193, 199, 208); }
|
border: 1px solid rgb(233,233,233); }
|
||||||
|
|
||||||
.move-enter,
|
.move-enter,
|
||||||
.move-appear {
|
.move-appear {
|
||||||
|
|
|
@ -106,9 +106,9 @@ function sum(Table) {
|
||||||
return _this;
|
return _this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取当前的表格类型。
|
* 获取当前的表格类型。
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", {
|
Object.defineProperty(exports, "__esModule", {
|
||||||
value: true
|
value: true
|
||||||
});
|
});
|
||||||
|
|
||||||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
||||||
|
@ -9,71 +9,71 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
||||||
exports.sortBy = sortBy;
|
exports.sortBy = sortBy;
|
||||||
exports.compare = compare;
|
exports.compare = compare;
|
||||||
exports.ObjectAssign = ObjectAssign;
|
exports.ObjectAssign = ObjectAssign;
|
||||||
/*
|
/*
|
||||||
* 快速排序,按某个属性,或按“获取排序依据的函数”,来排序.
|
* 快速排序,按某个属性,或按“获取排序依据的函数”,来排序.
|
||||||
* @method soryBy
|
* @method soryBy
|
||||||
* @static
|
* @static
|
||||||
* @param {array} arr 待处理数组
|
* @param {array} arr 待处理数组
|
||||||
* @param {string|function} prop 排序依据属性,获取
|
* @param {string|function} prop 排序依据属性,获取
|
||||||
* @param {boolean} desc 降序
|
* @param {boolean} desc 降序
|
||||||
* @return {array} 返回排序后的新数组
|
* @return {array} 返回排序后的新数组
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function sortBy(arr, prop, desc) {
|
function sortBy(arr, prop, desc) {
|
||||||
var props = [],
|
var props = [],
|
||||||
ret = [],
|
ret = [],
|
||||||
i = 0,
|
i = 0,
|
||||||
len = arr.length;
|
len = arr.length;
|
||||||
if (typeof prop == 'string') {
|
if (typeof prop == 'string') {
|
||||||
for (; i < len; i++) {
|
for (; i < len; i++) {
|
||||||
var oI = arr[i];
|
var oI = arr[i];
|
||||||
(props[i] = new String(oI && oI[prop] || ''))._obj = oI;
|
(props[i] = new String(oI && oI[prop] || ''))._obj = oI;
|
||||||
|
}
|
||||||
|
} else if (typeof prop == 'function') {
|
||||||
|
for (; i < len; i++) {
|
||||||
|
var _oI = arr[i];
|
||||||
|
(props[i] = new String(_oI && prop(_oI) || ''))._obj = _oI;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
throw '参数类型错误';
|
||||||
}
|
}
|
||||||
} else if (typeof prop == 'function') {
|
props.sort();
|
||||||
for (; i < len; i++) {
|
for (i = 0; i < len; i++) {
|
||||||
var _oI = arr[i];
|
ret[i] = props[i]._obj;
|
||||||
(props[i] = new String(_oI && prop(_oI) || ''))._obj = _oI;
|
|
||||||
}
|
}
|
||||||
} else {
|
if (desc) ret.reverse();
|
||||||
throw '参数类型错误';
|
return ret;
|
||||||
}
|
|
||||||
props.sort();
|
|
||||||
for (i = 0; i < len; i++) {
|
|
||||||
ret[i] = props[i]._obj;
|
|
||||||
}
|
|
||||||
if (desc) ret.reverse();
|
|
||||||
return ret;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数组对象排序
|
* 数组对象排序
|
||||||
* console.log(arr.sort(compare('age')))
|
* console.log(arr.sort(compare('age')))
|
||||||
* @param {} property
|
* @param {} property
|
||||||
*/
|
*/
|
||||||
function compare(property) {
|
function compare(property) {
|
||||||
return function (a, b) {
|
return function (a, b) {
|
||||||
var value1 = a[property];
|
var value1 = a[property];
|
||||||
var value2 = b[property];
|
var value2 = b[property];
|
||||||
return value1 - value2;
|
return value1 - value2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 简单数组数据对象拷贝
|
* 简单数组数据对象拷贝
|
||||||
* @param {*} obj 要拷贝的对象
|
* @param {*} obj 要拷贝的对象
|
||||||
*/
|
*/
|
||||||
function ObjectAssign(obj) {
|
function ObjectAssign(obj) {
|
||||||
var b = obj instanceof Array;
|
var b = obj instanceof Array;
|
||||||
var tagObj = b ? [] : {};
|
var tagObj = b ? [] : {};
|
||||||
if (b) {
|
if (b) {
|
||||||
//数组
|
//数组
|
||||||
obj.forEach(function (da) {
|
obj.forEach(function (da) {
|
||||||
var _da = {};
|
var _da = {};
|
||||||
_extends(_da, da);
|
_extends(_da, da);
|
||||||
tagObj.push(_da);
|
tagObj.push(_da);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
_extends(tagObj, obj);
|
_extends(tagObj, obj);
|
||||||
}
|
}
|
||||||
return tagObj;
|
return tagObj;
|
||||||
}
|
}
|
|
@ -19,11 +19,11 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
|
||||||
|
|
||||||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 渲染checkbox
|
* 渲染checkbox
|
||||||
* @param Checkbox
|
* @param Checkbox
|
||||||
* @param Icon
|
* @param Icon
|
||||||
* @returns {CheckboxRender}
|
* @returns {CheckboxRender}
|
||||||
*/
|
*/
|
||||||
function renderCheckbox(Checkbox, Icon) {
|
function renderCheckbox(Checkbox, Icon) {
|
||||||
return function (_Component) {
|
return function (_Component) {
|
||||||
|
|
|
@ -28,12 +28,12 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
|
||||||
|
|
||||||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 渲染输入框
|
* 渲染输入框
|
||||||
* @param Form
|
* @param Form
|
||||||
* @param Input
|
* @param Input
|
||||||
* @param Icon
|
* @param Icon
|
||||||
* @returns {InputRender}
|
* @returns {InputRender}
|
||||||
*/
|
*/
|
||||||
function renderInput(Form, Input, Icon) {
|
function renderInput(Form, Input, Icon) {
|
||||||
var _class, _temp2;
|
var _class, _temp2;
|
||||||
|
|
|
@ -26,11 +26,11 @@ function _possibleConstructorReturn(self, call) { if (!self) { throw new Referen
|
||||||
|
|
||||||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
|
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : _defaults(subClass, superClass); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 渲染下拉框
|
* 渲染下拉框
|
||||||
* @param Select
|
* @param Select
|
||||||
* @param Icon
|
* @param Icon
|
||||||
* @returns {SelectRender}
|
* @returns {SelectRender}
|
||||||
*/
|
*/
|
||||||
function renderSelect(Select, Icon) {
|
function renderSelect(Select, Icon) {
|
||||||
var _class, _temp2;
|
var _class, _temp2;
|
||||||
|
|
|
@ -230,11 +230,12 @@ function addHandler(element, type, handler) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeHandler(element, type, handler) {
|
function removeHandler(element, type, handler) {
|
||||||
if (element.removeEventListener) {
|
if (element && element.removeEventListener) {
|
||||||
|
//element&& ie11报错兼容
|
||||||
element.removeEventListener(type, handler, false);
|
element.removeEventListener(type, handler, false);
|
||||||
} else if (element.detachEvent) {
|
} else if (element && element.detachEvent) {
|
||||||
element.detachEvent("on" + type, handler);
|
element.detachEvent("on" + type, handler);
|
||||||
} else {
|
} else if (element) {
|
||||||
element["on" + type] = null;
|
element["on" + type] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -278,11 +279,12 @@ var EventUtil = exports.EventUtil = {
|
||||||
},
|
},
|
||||||
|
|
||||||
removeHandler: function removeHandler(element, type, handler) {
|
removeHandler: function removeHandler(element, type, handler) {
|
||||||
if (element.removeEventListener) {
|
//element&& ie11报错兼容
|
||||||
|
if (element && element.removeEventListener) {
|
||||||
element.removeEventListener(type, handler, false);
|
element.removeEventListener(type, handler, false);
|
||||||
} else if (element.detachEvent) {
|
} else if (element && element.detachEvent) {
|
||||||
element.detachEvent('on' + type, handler);
|
element.detachEvent('on' + type, handler);
|
||||||
} else {
|
} else if (element) {
|
||||||
element['on' + type] = null;
|
element['on' + type] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bee-table",
|
"name": "bee-table",
|
||||||
"version": "2.0.18",
|
"version": "2.0.19",
|
||||||
"description": "Table ui component for react",
|
"description": "Table ui component for react",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|
14
src/utils.js
14
src/utils.js
|
@ -205,11 +205,11 @@ export function getColChildrenLength(columns,chilrenLen){
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeHandler(element, type, handler){
|
function removeHandler(element, type, handler){
|
||||||
if (element.removeEventListener){
|
if (element&&element.removeEventListener){//element&& ie11报错兼容
|
||||||
element.removeEventListener(type, handler, false);
|
element.removeEventListener(type, handler, false);
|
||||||
} else if (element.detachEvent){
|
} else if (element&&element.detachEvent){
|
||||||
element.detachEvent("on" + type, handler);
|
element.detachEvent("on" + type, handler);
|
||||||
} else {
|
} else if(element) {
|
||||||
element["on" + type] = null;
|
element["on" + type] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -255,15 +255,15 @@ export const EventUtil = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
removeHandler: function(element,type,handler) {
|
removeHandler: function(element,type,handler) {//element&& ie11报错兼容
|
||||||
if (element.removeEventListener)
|
if (element&&element.removeEventListener)
|
||||||
{
|
{
|
||||||
element.removeEventListener(type,handler,false);
|
element.removeEventListener(type,handler,false);
|
||||||
}
|
}
|
||||||
else if(element.detachEvent) {
|
else if(element&&element.detachEvent) {
|
||||||
element.detachEvent('on' +type,handler);
|
element.detachEvent('on' +type,handler);
|
||||||
}
|
}
|
||||||
else {
|
else if(element){
|
||||||
element['on'+type] = null;
|
element['on'+type] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue