mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
grunt test-js, grunt dist-js now working
This commit is contained in:
2
js/dist/popover.js
vendored
2
js/dist/popover.js
vendored
@@ -85,7 +85,7 @@ var Popover = (function ($) {
|
||||
}, {
|
||||
key: 'getTipElement',
|
||||
value: function getTipElement() {
|
||||
return this.tip = this.tip || $(this.config['template'])[0];
|
||||
return this.tip = this.tip || $(this.config.template)[0];
|
||||
}
|
||||
}, {
|
||||
key: 'setContent',
|
||||
|
Reference in New Issue
Block a user