Merge branch 'master' of github.com:thingsboard/thingsboard

This commit is contained in:
nordmif 2019-03-04 11:48:44 +02:00
commit e559521688
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "thingsboard-js-executor",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "thingsboard-web-ui",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -367,8 +367,8 @@ export default class TbGoogleMap {
strokeColor: color,
fillColor: color,
strokeWeight: settings.polygonStrokeWeight
}
};
polygon.setOptions(options);
}
/* eslint-disable no-undef ,no-unused-vars*/

View File

@ -379,7 +379,7 @@ export default class TbTencentMap {
fillColor: color,
strokeWeight: settings.polygonStrokeWeight
}
polygon.setOptions(options);
}
/* eslint-disable no-undef ,no-unused-vars*/