adobe/brackets

View on GitHub
src/extensions/default/OpenWithExternalApplication/node/OpenWithExternalApplicationDomain.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function init(domainManager) {
    _domainManager = domainManager;

    if (!domainManager.hasDomain("OpenWithExternalApplication")) {
        domainManager.registerDomain("OpenWithExternalApplication", {major: 0, minor: 1});

    There are no issues that match your filters.

    Category
    Status