From e83a1b09e5538fed3555cf5eccdbed64f28dc810 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 3 Mar 2021 09:36:43 +0100 Subject: [PATCH] [Fix] Fixed localize import --- bower.json | 5 ++++- strolch-wc-information-dialog.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index d067fdd..95c29f7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-information-dialog", "description": "Strolch WebComponent Information Dialog", - "version": "0.1.0", + "version": "0.1.1", "authors": [ "Robert von Burg" ], @@ -19,6 +19,9 @@ "homepage": "https://github.com/4treesCH/strolch-wc-information-dialog", "ignore": [], "dependencies": { + "strolchjs": "4treesCH/strolchjs#^0.4.2", + "strolch-wc-localize-behavior": "4treesCH/strolch-wc-localize-behavior#^1.1.9", + "polymer": "Polymer/polymer#^1.11.3", "iron-a11y-keys": "PolymerElements/iron-a11y-keys#^1.0.9", diff --git a/strolch-wc-information-dialog.html b/strolch-wc-information-dialog.html index 2aa144c..9a5e842 100644 --- a/strolch-wc-information-dialog.html +++ b/strolch-wc-information-dialog.html @@ -94,7 +94,7 @@ }, isNotEmptyString: function (val) { - return typeof val !== 'undefined' && val != null && val !== ''; + return Strolch.isNotEmptyString(); }, observers: [],