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 dd88291 commit d8dba49Copy full SHA for d8dba49
app/controllers/project-version/modules/module.js
@@ -28,7 +28,7 @@ export default ClassController.extend({
28
}),
29
30
functionHeadings: computed('model', function () {
31
- if (this.get('model.staticfunctinos')) {
+ if (this.get('model.staticfunctions')) {
32
return Object.keys(this.get('model.staticfunctions')).sort();
33
}
34
return {};
0 commit comments