Skip to content

Commit 2a9b300

Browse files
author
Jack Moore
committed
Failed to check for existance of console.
1 parent 5e99d88 commit 2a9b300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colorbox/jquery.colorbox.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// ColorBox v1.3.19.2 - jQuery lightbox plugin
1+
// ColorBox v1.3.19.3 - jQuery lightbox plugin
22
// (c) 2011 Jack Moore - jacklmoore.com
33
// License: http://www.opensource.org/licenses/mit-license.php
4-
(function ($, document, window, console) {
4+
(function ($, document, window) {
55
var
66
// Default settings object.
77
// See http://jacklmoore.com/colorbox for details.
@@ -923,4 +923,4 @@
923923

924924
publicMethod.settings = defaults;
925925

926-
}(jQuery, document, this, console));
926+
}(jQuery, document, this));

0 commit comments

Comments
 (0)