From aa6f3bc83e0ff548c5415b5fc90e698e4c647657 Mon Sep 17 00:00:00 2001 From: lwileczek <30635219+lwileczek@users.noreply.github.com> Date: Tue, 28 Aug 2018 13:55:11 -0400 Subject: [PATCH 1/2] Update barsPlus-props.js --- barsPlus-props.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/barsPlus-props.js b/barsPlus-props.js index 234875c..8540c94 100644 --- a/barsPlus-props.js +++ b/barsPlus-props.js @@ -1,4 +1,4 @@ -define( [ ], +define( [ ], /** * barsPlus Properties - set up appearance of accordion properties panel in Qlik Sense * @@ -18,6 +18,12 @@ */ function () { 'use strict'; + // Polyfill for IE + if (!String.prototype.startsWith) { + String.prototype.startsWith = function(search, pos) { + return this.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search; + }; + } var dimensions = { uses: "dimensions", min: 0, From 978adc4817c9c4740be4cf941f5c475b3abaeca6 Mon Sep 17 00:00:00 2001 From: lwileczek <30635219+lwileczek@users.noreply.github.com> Date: Tue, 28 Aug 2018 13:56:13 -0400 Subject: [PATCH 2/2] Create wbfolder.wbl --- wbfolder.wbl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wbfolder.wbl diff --git a/wbfolder.wbl b/wbfolder.wbl new file mode 100644 index 0000000..b5e2a35 --- /dev/null +++ b/wbfolder.wbl @@ -0,0 +1,10 @@ +barsPlus-directive.js; +barsPlus-initprops.js; +barsPlus-props.js; +barsPlus-template.html; +barsPlus-test.html; +barsPlus.css; +barsPlus.js; +barsPlus.png; +barsPlus.qext; +ldw-barsPlus.js;