Fix errors when resizing the review request page.
Review Request #6294 — Created Sept. 3, 2014 and submitted — Latest diff uploaded
The resize layout scheduling code, which has been fixed a couple
different times, was still broken. Resizing would end up calling
_scheduleResizeLayout
with the window as the context. We now include
this function in thebindAll()
in order to ensure the context is set
correctly.
Edited fields and resized windows. Saw that my
console.log
fired
correctly every time, and that the layout looked correct. Errors no
longer appeared in the console log about not being able to callapply
.