src code

class method Element.undoClipping

Element.undoClipping(element) → Element

Sets element's CSS overflow property back to the value it had before Element.makeClipping was applied.

This method can be called either as an instance method or as a generic method. If calling as a generic, pass the instance in as the first argument.