Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Created April 14, 2016 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikhirsingh/b792654fc346528eb2c961aab9b493b2 to your computer and use it in GitHub Desktop.
Save shikhirsingh/b792654fc346528eb2c961aab9b493b2 to your computer and use it in GitHub Desktop.
Detect Ext JS Layout Run in Chrome Console
Ext.Function.interceptBefore(Ext.layout.Context.prototype, 'run', function () { console.log('Layout run has occurred - look at the call stack'); debugger; })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment