2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

lemme smang it giiiirl

This commit is contained in:
Jacob Thornton
2011-09-18 19:05:21 -07:00
parent 89c5eb4491
commit ba6f4f03da
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
* =========================================================== */
(function( $ ) {
!function( $ ) {
var Popover = function ( element, options ) {
this.$element = $(element)
@@ -74,4 +74,4 @@
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
})( window.jQuery || window.ender )
}( window.jQuery || window.ender )