MCPcopy Create free account
hub / github.com/code-lts/jquery-fullscreen-plugin / fullScreenErrorHandler

Function fullScreenErrorHandler

jquery.fullscreen.js:147–150  ·  view source on GitHub ↗

* Handles the browser-specific fullscreenerror event and triggers * a jquery event for it. * * @param {?Event} event * The fullscreenerror event.

(event)

Source from the content-addressed store, hash-verified

145 * The fullscreenerror event.
146 */
147function fullScreenErrorHandler(event)
148{
149 jQuery(document).trigger(new jQuery.Event("fullscreenerror"));
150}
151
152/**
153 * Installs the fullscreenchange event handler.

Callers

nothing calls this directly

Calls 1

jQueryFunction · 0.85

Tested by

no test coverage detected