summaryrefslogtreecommitdiffstats
path: root/jquery-scrollspy.js
diff options
context:
space:
mode:
authorSam Alexander <sxalexander@gmail.com>2014-11-10 14:45:45 -0800
committerSam Alexander <sxalexander@gmail.com>2014-11-10 14:45:45 -0800
commit9f5dcb7d11c21f2493607ac17fb90f3cb1767873 (patch)
treed21d7ff71d7d6d6f6c1b995d43debb66adcad2ca /jquery-scrollspy.js
parent2edc2d98e0256cb79cecce61e8c17f2a0a3b8952 (diff)
parent3211a494d1129ee38af6ec1aa201e197d6b6ac04 (diff)
downloadjquery-scrollspy-9f5dcb7d11c21f2493607ac17fb90f3cb1767873.zip
jquery-scrollspy-9f5dcb7d11c21f2493607ac17fb90f3cb1767873.tar.gz
jquery-scrollspy-9f5dcb7d11c21f2493607ac17fb90f3cb1767873.tar.bz2
Merge pull request #6 from shulard/master
UglifyJS JavaScript compressor compatibility
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 0712176..1675f04 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 );