guy 6 years ago
parent
commit
cdeaf2b455
  1. 2
      dist/bundle.js
  2. 6
      dist/bundle.min.js
  3. 2
      dist/core.js
  4. 2
      dist/fineui.js
  5. 6
      dist/fineui.min.js
  6. 2
      utils/utils.js

2
dist/bundle.js vendored

@ -28304,6 +28304,8 @@ BI.extend(BI.DOM, {
}
if (!points[type][action]) {
points[type][action] = {};
}
if (!points[type][action][after ? "after" : "before"]) {
points[type][action][after ? "after" : "before"] = [];
}
points[type][action][after ? "after" : "before"].push(pointFn);

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.js vendored

@ -28304,6 +28304,8 @@ BI.extend(BI.DOM, {
}
if (!points[type][action]) {
points[type][action] = {};
}
if (!points[type][action][after ? "after" : "before"]) {
points[type][action][after ? "after" : "before"] = [];
}
points[type][action][after ? "after" : "before"].push(pointFn);

2
dist/fineui.js vendored

@ -28547,6 +28547,8 @@ BI.extend(BI.DOM, {
}
if (!points[type][action]) {
points[type][action] = {};
}
if (!points[type][action][after ? "after" : "before"]) {
points[type][action][after ? "after" : "before"] = [];
}
points[type][action][after ? "after" : "before"].push(pointFn);

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
utils/utils.js

@ -12719,6 +12719,8 @@ _.extend(BI.OB.prototype, {
}
if (!points[type][action]) {
points[type][action] = {};
}
if (!points[type][action][after ? "after" : "before"]) {
points[type][action][after ? "after" : "before"] = [];
}
points[type][action][after ? "after" : "before"].push(pointFn);

Loading…
Cancel
Save