[tag-history] misc: fix for ie11

REF: 7163150cf5
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Jakob Ackermann 2019-09-08 18:20:10 +02:00
parent 3b0e63ff12
commit 70d5ae2601
No known key found for this signature in database
GPG key ID: 17FA08AA7E62A231
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
const processBlobs = function(blobs) {
function exec(elt) {
const guiElements = [];
for (const attribute in elt) {
for (var attribute in elt) {
if (elt.hasOwnProperty(attribute) && attribute != 'empty_layer') {
const value = elt[attribute];
const guiElement = {