Modal handleUpdate is protected
Created by: ashleydw
From the docs:
If the height of a modal changes while it is open, you should call $('#myModal').data('bs.modal').handleUpdate() to readjust the modal’s position in case a scrollbar appears.
In the source the method is protected: