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 f4c4b5ace8
commit 570728f6b0
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
controller.set('errorMessage', 'Received error while processing: ' + response.statusText)
});
controller.set('isLoading', false);
}
}
});