guy 6 years ago
parent
commit
5699e490fe
  1. 2
      dist/bundle.js
  2. 6
      dist/bundle.min.js
  3. 2
      dist/fineui.js
  4. 6
      dist/fineui.min.js
  5. 2
      dist/fineui_without_jquery_polyfill.js
  6. 2
      dist/fix/fix.compact.js
  7. 2
      dist/utils.min.js

2
dist/bundle.js vendored

@ -81558,7 +81558,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
});
});
if (BI.isIE9Below()) {
if (BI.isIE9Below && BI.isIE9Below()) {
_.each(["each", "map", "reduce", "reduceRight", "find", "filter", "reject", "every", "all", "some", "any", "max", "min",
"sortBy", "groupBy", "indexBy", "countBy", "partition",
"keys", "allKeys", "values", "pairs", "invert",

6
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.js vendored

@ -81799,7 +81799,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
});
});
if (BI.isIE9Below()) {
if (BI.isIE9Below && BI.isIE9Below()) {
_.each(["each", "map", "reduce", "reduceRight", "find", "filter", "reject", "every", "all", "some", "any", "max", "min",
"sortBy", "groupBy", "indexBy", "countBy", "partition",
"keys", "allKeys", "values", "pairs", "invert",

6
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui_without_jquery_polyfill.js vendored

@ -64735,7 +64735,7 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
});
});
if (BI.isIE9Below()) {
if (BI.isIE9Below && BI.isIE9Below()) {
_.each(["each", "map", "reduce", "reduceRight", "find", "filter", "reject", "every", "all", "some", "any", "max", "min",
"sortBy", "groupBy", "indexBy", "countBy", "partition",
"keys", "allKeys", "values", "pairs", "invert",

2
dist/fix/fix.compact.js vendored

@ -178,7 +178,7 @@
});
});
if (BI.isIE9Below()) {
if (BI.isIE9Below && BI.isIE9Below()) {
_.each(["each", "map", "reduce", "reduceRight", "find", "filter", "reject", "every", "all", "some", "any", "max", "min",
"sortBy", "groupBy", "indexBy", "countBy", "partition",
"keys", "allKeys", "values", "pairs", "invert",

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save