aboutsummaryrefslogtreecommitdiff
path: root/js/popover.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/popover.js')
-rw-r--r--js/popover.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/popover.js b/js/popover.js
index ecd37ac23..d26d386b6 100644
--- a/js/popover.js
+++ b/js/popover.js
@@ -1,8 +1,8 @@
/* ========================================================================
- * Bootstrap: popover.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#popovers
+ * Bootstrap: popover.js v3.0.3
+ * http://getbootstrap.com/javascript/#popovers
* ========================================================================
- * 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';
// POPOVER PUBLIC CLASS DEFINITION
// ===============================
@@ -114,4 +114,4 @@
return this
}
-}(window.jQuery);
+}(jQuery);