aboutsummaryrefslogtreecommitdiff
path: root/js/affix.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/affix.js')
-rw-r--r--js/affix.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/affix.js b/js/affix.js
index c7be96e1d..0650ce3ae 100644
--- a/js/affix.js
+++ b/js/affix.js
@@ -1,8 +1,8 @@
/* ========================================================================
- * Bootstrap: affix.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#affix
+ * Bootstrap: affix.js v3.0.3
+ * http://getbootstrap.com/javascript/#affix
* ========================================================================
- * Copyright 2012 Twitter, Inc.
+ * Copyright 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
* ======================================================================== */
-+function ($) { "use strict";
++function ($) { 'use strict';
// AFFIX CLASS DEFINITION
// ======================
@@ -123,4 +123,4 @@
})
})
-}(window.jQuery);
+}(jQuery);