Skip to content

Commit

Permalink
Update packages/@lwc/engine/src/framework/observable-fields.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Eugene Kashida <[email protected]>
  • Loading branch information
jodarove and ekashida authored Aug 9, 2019
1 parent 4aad105 commit e4720d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/engine/src/framework/observable-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function createObservedFieldsDescriptorMap(fields: PropertyKey[]): Proper
) as PropertyDescriptorMap;
}

function createObservableFieldPropertyDescriptor(key: PropertyKey): PropertyDescriptor {
function createObservedFieldPropertyDescriptor(key: PropertyKey): PropertyDescriptor {
return {
get(this: ComponentInterface): any {
const vm = getComponentVM(this);
Expand Down

0 comments on commit e4720d5

Please sign in to comment.