diff options
| author | Jacob Thornton <[email protected]> | 2011-09-16 11:09:26 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-16 11:09:26 -0700 |
| commit | f0d5caf0547da84c8e3b80e704510a36d8a4e39b (patch) | |
| tree | b6da1399c17d763f32881354c75ea7702b7e8834 /js/bootstrap-popover.js | |
| parent | d1b594db7a7307efd7de29a2875046166c69a76f (diff) | |
| download | bootstrap-f0d5caf0547da84c8e3b80e704510a36d8a4e39b.tar.xz bootstrap-f0d5caf0547da84c8e3b80e704510a36d8a4e39b.zip | |
check for jquery/ender on window
Diffstat (limited to 'js/bootstrap-popover.js')
| -rw-r--r-- | js/bootstrap-popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 2d5ed9a19..e41090a3b 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -74,4 +74,4 @@ $.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'}) -})( jQuery || ender )
\ No newline at end of file +})( window.jQuery || window.ender )
\ No newline at end of file |
