mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
update more readme changes - introduce target specificty convention to more plugins
This commit is contained in:
4
js/bootstrap-popover.js
vendored
4
js/bootstrap-popover.js
vendored
@@ -29,7 +29,7 @@
|
||||
/* NOTE: POPOVER EXTENDS BOOTSTRAP-TWIPSY.js
|
||||
========================================= */
|
||||
|
||||
Popover.prototype = $.extend({}, $.fn.twipsy.Twipsy.prototype, {
|
||||
Popover.prototype = $.extend({}, $.fn.twipsy.Constructor.prototype, {
|
||||
|
||||
constructor: Popover
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
})
|
||||
}
|
||||
|
||||
$.fn.popover.Popover = Popover
|
||||
$.fn.popover.Constructor = Popover
|
||||
|
||||
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, {
|
||||
placement: 'right'
|
||||
|
Reference in New Issue
Block a user