Minor fix
authorAlexander Ebert <ebert@woltlab.com>
Thu, 28 Feb 2013 13:13:36 +0000 (14:13 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 28 Feb 2013 13:13:36 +0000 (14:13 +0100)
wcfsetup/install/files/acp/js/WCF.ACP.js

index 0f79920b485094808d6857737c852312b99ee160..b751aafa889f1b3efcaa193f9552a4d540783aec 100644 (file)
@@ -271,13 +271,8 @@ WCF.ACP.Package.Installation = Class.extend({
        
        /**
         * Handles erroneous AJAX requests.
-        * 
-        * @param       jQuery          jqXHR
-        * @param       string          textStatus
-        * @param       string          errorThrown
-        * @param       string          responseText
         */
-       _failure: function(jqXHR, textStatus, errorThrown, responseText) {
+       _failure: function() {
                if (!this._allowRollback) {
                        return;
                }