aristath/kirki

View on GitHub
packages/kirki-framework/module-webfonts/src/assets/scripts/vendor-typekit/src/core/nativefontwatchrunner.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function start has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  NativeFontWatchRunner.prototype.start = function () {
    var doc = this.domHelper_.getLoadWindow().document,
        that = this;

    var start = goog.now();

Function NativeFontWatchRunner has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

  webfont.NativeFontWatchRunner = function(activeCallback, inactiveCallback, domHelper, font, opt_timeout, opt_fontTestString) {

There are no issues that match your filters.

Category
Status