Fix browser window resizing.
Resizing the browser window wasn't working due to a scope error on the resize timeout. Using Ext.Function.defer to be able to easily bind scope to the deferred function.
Loading
Please register or sign in to comment
Resizing the browser window wasn't working due to a scope error on the resize timeout. Using Ext.Function.defer to be able to easily bind scope to the deferred function.