[Fix] Fixed localize import

This commit is contained in:
Robert von Burg 2021-03-03 09:36:43 +01:00
parent 47ba36a10a
commit e83a1b09e5
2 changed files with 5 additions and 2 deletions

View File

@ -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",

View File

@ -94,7 +94,7 @@
},
isNotEmptyString: function (val) {
return typeof val !== 'undefined' && val != null && val !== '';
return Strolch.isNotEmptyString();
},
observers: [],