Fixing handleResize namespacing
This commit is contained in:
parent
123007d751
commit
a4e7aa86ab
@ -4,7 +4,7 @@ Template.viewerSection.events({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
handleResize();
|
window.ResizeViewportManager.handleResize();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ Template.flexboxLayout.events({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
handleResize();
|
window.ResizeViewportManager.handleResize();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user