Skip to content

Commit 0644010

Browse files
committed
- remove unused code
1 parent 6f2641d commit 0644010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/component.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ function addProperties(model, Class, classId) {
511511
case propertyType === 'json':
512512
propertyValue = JSON.parse(JSON.stringify(component[propertyName]));
513513
break;
514-
//case propertyType === 'object':
515-
// break;
516514
default:
517515
propertyValue = component[propertyName];
518516
break;

0 commit comments

Comments
 (0)