mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
grunt test-js, grunt dist-js now working
This commit is contained in:
Vendored
+1
-1
@@ -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