mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
define constructor on prototypes
This commit is contained in:
Vendored
+3
-1
@@ -31,7 +31,9 @@
|
||||
|
||||
Tab.prototype = {
|
||||
|
||||
show: function () {
|
||||
constructor: Tab
|
||||
|
||||
, show: function () {
|
||||
var $this = this.element
|
||||
, $ul = $this.closest('ul:not(.dropdown-menu)')
|
||||
, href = $this.attr('data-target') || $this.attr('href')
|
||||
|
||||
Reference in New Issue
Block a user