hakimel/reveal.js

View on GitHub
js/controllers/notes.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

        if( this.Reveal.getConfig().showNotes &&
            this.element && this.Reveal.getCurrentSlide() &&
            !this.Reveal.isScrollView() &&
            !this.Reveal.isPrintView()
        ) {
Severity: Major
Found in js/controllers/notes.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status