destructor

destroys the clipbuffer, cleaning the DOM

void destructor();

Example

clipbuffer.destructor();

Details

There is no need to call this method directly, it will be executed automatically on page unload.

Back to top