MDL-38016 Theme Bootstrap - Add license information to lib/thirdpartylibs.xml
Also minor formatting cleanup.
This commit is contained in:
@@ -7,4 +7,4 @@ YUI().use('node', function(Y) {
|
||||
this.toggleClass('active');
|
||||
};
|
||||
Y.delegate('click', toggleShow, Y.config.doc, '.btn-navbar');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -5,7 +5,6 @@ YUI.add('gallery-bootstrap', function(Y) {
|
||||
var NS = Y.namespace('Bootstrap');
|
||||
|
||||
NS.initializer = function(e) {
|
||||
//console.log('initializer!');
|
||||
NS.dropdown_delegation();
|
||||
NS.expandable_delegation();
|
||||
};
|
||||
@@ -25,4 +24,4 @@ NS.expandable_delegation = function() {
|
||||
Y.on('domready', NS.initializer);
|
||||
|
||||
}, '@VERSION@' ,{requires:[ 'gallery-bootstrap-dropdown', 'gallery-bootstrap-collapse', 'gallery-bootstrap-engine']});
|
||||
;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user