mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-02-19 14:54:39 +01:00
commit
4971283c1f
@ -414,6 +414,8 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
|||||||
* @this {DebugBar}
|
* @this {DebugBar}
|
||||||
*/
|
*/
|
||||||
registerResizeHandler: function() {
|
registerResizeHandler: function() {
|
||||||
|
if (typeof this.resize.bind == 'undefined') return;
|
||||||
|
|
||||||
var f = this.resize.bind(this);
|
var f = this.resize.bind(this);
|
||||||
this.respCSSSize = 0;
|
this.respCSSSize = 0;
|
||||||
$(window).resize(f);
|
$(window).resize(f);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user