The code in this gist: https://gist.github.com/tpitale/5537466, a part of Ember.tryFinally
is causing a pause in the execution of my application. Specifically on line 9 of the gist.
I can watch the pause happen in the debugger, but I can't seem to figure out what it is that's causing the issue.
The function Ember.tryFinally is passed through many times during the normal operation, so I'm thinking it is something I'm doing in my own code, but it could be anywhere.
The pause always occurs at the same place, from clicking a simple element in a list that isn't very big.
I can make a video of the pause if that is helpful.
No network activity occurs during this pause, and it's only the first click to an element in the list. Very strange indeed!