Skip to content

Commit ce68388

Browse files
committed
Remove debug logging.
1 parent 9e6369c commit ce68388

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

jquery.fullscreen-min.js

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.fullscreen.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/**
2-
* @preserve jquery.fullscreen 1.1.1
1+
/**
2+
* @preserve jquery.fullscreen 1.1.2
33
* https://github.com/kayahr/jquery-fullscreen-plugin
44
* Copyright (C) 2012 Klaus Reimer <k@ailis.de>
55
* Licensed under the MIT license
@@ -115,7 +115,6 @@ function toggleFullScreen()
115115
*/
116116
function fullScreenChangeHandler(event)
117117
{
118-
window.console.log("changed");
119118
jQuery(document).trigger(new jQuery.Event("fullscreenchange"));
120119
}
121120

@@ -128,7 +127,6 @@ window.console.log("changed");
128127
*/
129128
function fullScreenErrorHandler(event)
130129
{
131-
window.console.log("error");
132130
jQuery(document).trigger(new jQuery.Event("fullscreenerror"));
133131
}
134132

0 commit comments

Comments
 (0)