Skip to content

Commit 07eff38

Browse files
author
Gleb Ivanov
committed
fixed review issues
1 parent cdd6366 commit 07eff38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ const reservedPropertyNames = [
109109
]
110110

111111
function forwardStaticMembersAndCollectReflection (
112-
Extended: typeof Vue,
113-
Original: typeof Vue,
114-
Super: typeof Vue,
115-
reflectionMap: ReflectionMap
112+
Extended: typeof Vue,
113+
Original: typeof Vue,
114+
Super: typeof Vue,
115+
reflectionMap: ReflectionMap
116116
): void {
117117
// We have to use getOwnPropertyNames since Babel registers methods as non-enumerable
118118
Object.getOwnPropertyNames(Original).forEach(key => {

0 commit comments

Comments
 (0)