clearErrors: function()

in aws-ecs-server/src/main/resources/buildServerResources/ecsSettings.js [431:437]


    clearErrors: function (errorId) {
        var target = $j('.option-error_' + errorId);
        if (errorId) {
            delete this._displayedErrors[errorId];
        }
        target.empty();
    },