vendor/assets/javascripts/twitter/bootstrap/popover.js in bootstrap-sass-rails-2.0.0.3 vs vendor/assets/javascripts/twitter/bootstrap/popover.js in bootstrap-sass-rails-2.0.1.0
- old
+ new
@@ -1,7 +1,7 @@
/* ===========================================================
- * bootstrap-popover.js v2.0.0
+ * bootstrap-popover.js v2.0.1
* http://twitter.github.com/bootstrap/javascript.html#popovers
* ===========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -90,6 +90,6 @@
placement: 'right'
, content: ''
, template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
})
-}( window.jQuery )
+}( window.jQuery );
\ No newline at end of file