MDL-48805 theme: Fixing trailing whitespace

This commit is contained in:
David Monllao
2015-02-10 15:47:41 +08:00
parent fa42965c2a
commit 6c33ed43cf
3 changed files with 3 additions and 3 deletions
@@ -707,7 +707,7 @@ NS.setup_toggle_show = function() {
NS.toggle_show = function(e) {
// Toggle the active class on both the clicked .btn-navbar and the
// associated target, defined by a CSS selector string set as the
// data-target attribute on the .btn-navbar element in question.
// data-target attribute on the .btn-navbar element in question.
var navButtons = Y.all(SELECTORS.NAVBAR_BUTTON);
var currentOpen = this.hasClass(CSS.ACTIVE);
@@ -697,7 +697,7 @@ NS.setup_toggle_show = function() {
NS.toggle_show = function(e) {
// Toggle the active class on both the clicked .btn-navbar and the
// associated target, defined by a CSS selector string set as the
// data-target attribute on the .btn-navbar element in question.
// data-target attribute on the .btn-navbar element in question.
var navButtons = Y.all(SELECTORS.NAVBAR_BUTTON);
var currentOpen = this.hasClass(CSS.ACTIVE);
+1 -1
View File
@@ -97,7 +97,7 @@ NS.setup_toggle_show = function() {
NS.toggle_show = function(e) {
// Toggle the active class on both the clicked .btn-navbar and the
// associated target, defined by a CSS selector string set as the
// data-target attribute on the .btn-navbar element in question.
// data-target attribute on the .btn-navbar element in question.
var navButtons = Y.all(SELECTORS.NAVBAR_BUTTON);
var currentOpen = this.hasClass(CSS.ACTIVE);