@finqu/cool 1.2.24 → 1.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI collapse.js v1.2.22 (https://finqu.fi)
2
+ * Cool UI collapse.js v1.2.25 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
package/js/dist/common.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI common.js v1.2.22 (https://finqu.fi)
2
+ * Cool UI common.js v1.2.25 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Cool UI dropdown.js v1.2.22 (https://finqu.fi)
2
+ * Cool UI dropdown.js v1.2.25 (https://finqu.fi)
3
3
  * Copyright 2011-2020 Finqu Oy
4
4
  * Licensed under the ISC license - (http://opensource.org/licenses/ISC)
5
5
  */
@@ -26671,7 +26671,7 @@
26671
26671
  cov_1fq3f2ht46.b[15][0]++;
26672
26672
  var menuRight = (cov_1fq3f2ht46.s[43]++, this.opts.align === 'end' ? (cov_1fq3f2ht46.b[16][0]++, ' dropdown-menu-right') : (cov_1fq3f2ht46.b[16][1]++, ''));
26673
26673
  cov_1fq3f2ht46.s[44]++;
26674
- this.$dropdown = $("\n <div class=\"dropdown-menu" + menuRight + "\" id=\"" + this.id + "\">\n " + this.content + "\n </div>\n ");
26674
+ this.$dropdown = $("\n <div class=\"dropdown-menu" + menuRight + "\" id=\"" + this.id + "\">\n " + this.content() + "\n </div>\n ");
26675
26675
  cov_1fq3f2ht46.s[45]++;
26676
26676
  $.when(this.$el.after(this.$dropdown)).then(function () {
26677
26677
  cov_1fq3f2ht46.f[6]++;