commentsEnabled()

in public/javascripts/app/models/SnapshotIdModel.js [86:95]


            commentsEnabled() {
                const commentable = this.get('summary.preview.settings.commentable');

                let ret = {
                    defined: commentable,
                    on: (commentable === "true")
                };

                return ret;
            }