We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2571a84 commit f93d4b7Copy full SHA for f93d4b7
src/client/lang/lang-ext.js
@@ -67,7 +67,7 @@ extend(Object.prototype, {
67
traverseAsAST(visitor) {
68
return babel.traverse(this, visitor);
69
},
70
- inspect() {
+ openInInspector() {
71
lively.openInspector(this);
72
}
73
0 commit comments