guy 7 years ago
parent
commit
63b2ee2061
  1. 2
      bi/core.js
  2. 2
      dist/bundle.js
  3. 14
      dist/bundle.min.js
  4. 2
      dist/core.js
  5. 2
      src/core/proto/jquery.compact.js

2
bi/core.js

@ -21217,7 +21217,7 @@ if (jQuery) {
}
return css.apply(this, arguments);
};
$.each(["width", "height", "innerWidth", "innerHeight", "outerWidth", "outerHeight"], function (index, name) {
$.each(["width", "height"], function (index, name) {
var fn = $.fn[name];
$.fn[name] = function (value) {
if (this._isWidget === true && arguments.length === 1) {

2
dist/bundle.js vendored

@ -21268,7 +21268,7 @@ if (jQuery) {
}
return css.apply(this, arguments);
};
$.each(["width", "height", "innerWidth", "innerHeight", "outerWidth", "outerHeight"], function (index, name) {
$.each(["width", "height"], function (index, name) {
var fn = $.fn[name];
$.fn[name] = function (value) {
if (this._isWidget === true && arguments.length === 1) {

14
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/core.js vendored

@ -21217,7 +21217,7 @@ if (jQuery) {
}
return css.apply(this, arguments);
};
$.each(["width", "height", "innerWidth", "innerHeight", "outerWidth", "outerHeight"], function (index, name) {
$.each(["width", "height"], function (index, name) {
var fn = $.fn[name];
$.fn[name] = function (value) {
if (this._isWidget === true && arguments.length === 1) {

2
src/core/proto/jquery.compact.js

@ -26,7 +26,7 @@ if (jQuery) {
}
return css.apply(this, arguments);
};
$.each(["width", "height", "innerWidth", "innerHeight", "outerWidth", "outerHeight"], function (index, name) {
$.each(["width", "height"], function (index, name) {
var fn = $.fn[name];
$.fn[name] = function (value) {
if (this._isWidget === true && arguments.length === 1) {

Loading…
Cancel
Save