Skip to content

Commit

Permalink
Merge pull request #98 from mgiuffrida/whitespace
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
notwaldorf authored Aug 5, 2016
2 parents 4902e21 + d2641f0 commit c92e268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion paper-menu-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
}];
}
},

/**
* By default, the dropdown will constrain scrolling on the page
* to itself when opened.
Expand Down
4 changes: 2 additions & 2 deletions test/paper-menu-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
MockInteractions.tap(trigger);
});
});

MockInteractions.tap(trigger);
});

Expand Down Expand Up @@ -181,7 +181,7 @@
Polymer.Base.async(function() {
MockInteractions.tap(otherTrigger);
});


Polymer.Base.async(function() {
expect(firstClosed).to.be.equal(true);
Expand Down

0 comments on commit c92e268

Please sign in to comment.