fixbug: unreachable code after return statement
This commit is contained in:
parent
1d0e1ea90b
commit
416b8a2f77
@ -83,7 +83,6 @@ document.addEventListener('WebComponentsReady', function(event) {
|
|||||||
return 'div';
|
return 'div';
|
||||||
}
|
}
|
||||||
getTemplate(value, index) {
|
getTemplate(value, index) {
|
||||||
return JSON.stringify(value);
|
|
||||||
var firstname, lastname;
|
var firstname, lastname;
|
||||||
if (typeof value == 'object')
|
if (typeof value == 'object')
|
||||||
if (Object.keys(value).length > 1) {
|
if (Object.keys(value).length > 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user