Created by: koddsson
I tried my best replacing all the $.Deferred
instances with new Promise(...)
instances but I think there's some things that we need to change in this PR to land it.
-
Fix the indentation. Somehow all the indentation is all messed up here. I think it's some issue with my IDE. What should the indentation be? -
Verify functionality where promises were refactored. I couldn't get the app running on my local machine to make sure everything works after this change.