Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Remove brackets.app.abortQuit check #7883

@le717

Description

@le717

I found this while adding the project name in the window title.

src/document/DocumentCommandHandlers.js, lines 1283-1286 and 1314-1317:

// TODO: remove this if statement when we move to the new CEF3 shell
if (brackets.app.abortQuit) {
    brackets.app.abortQuit();
}

These checks were added two years ago (a61fb69). I think they can be removed now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions