summaryrefslogtreecommitdiffstats
path: root/jquery-scrollspy.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery-scrollspy.js')
-rw-r--r--jquery-scrollspy.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jquery-scrollspy.js b/jquery-scrollspy.js
index 71b4a36..2b7f61c 100644
--- a/jquery-scrollspy.js
+++ b/jquery-scrollspy.js
@@ -3,8 +3,6 @@
* Author: @sxalexander
* Licensed under the MIT license
*/
-
-
;(function ( $, window, document, undefined ) {
$.fn.extend({
@@ -95,4 +93,4 @@
})
-})( jQuery, window );
+})( jQuery, window, document, undefined );