zeiv/caseadilla

View on GitHub
app/assets/javascripts/caseadilla/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function fullscreen has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

WYMeditor.editor.prototype.fullscreen = function() {
    var wym = this,
        $box = jQuery(wym._box),
        $iframe = jQuery(wym._iframe),
        $overlay = null,

    There are no issues that match your filters.

    Category
    Status