Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 338f9ab

Browse files
committed
Fix typo in resolveMirrorProperty_
1 parent 57d88a5 commit 338f9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ StateResolver.prototype.getMirrorProperties_ = function(mirror) {
442442
};
443443

444444
StateResolver.prototype.resolveMirrorProperty_ = function(property) {
445-
var name = String(property.name);
445+
var name = String(property.name());
446446
if (property.isNative()) {
447447
return {
448448
name: name,

0 commit comments

Comments
 (0)