Drop duplicate isLoading set to false

This commit is contained in:
William Tisäter 2014-05-05 09:59:33 +02:00 committed by William Tisäter
parent 941a1e3910
commit 60f1d74012
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ App.KvShowController.reopen({
// Render the error message on the form if the request failed // Render the error message on the form if the request failed
controller.set('errorMessage', 'Received error while processing: ' + response.statusText) controller.set('errorMessage', 'Received error while processing: ' + response.statusText)
}); });
controller.set('isLoading', false);
} }
} }
}); });