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
@@ -32,7 +32,9 @@
|
||||
|
||||
Dropdown.prototype = {
|
||||
|
||||
toggle: function ( e ) {
|
||||
constructor: Dropdown
|
||||
|
||||
, toggle: function ( e ) {
|
||||
var li = $(this).parent('li')
|
||||
, isActive = li.hasClass('open')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user