Skip to content

Commit

Permalink
fix missed comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Aug 21, 2018
1 parent 118cb96 commit 5f1f508
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/iron-location.html
Expand Up @@ -92,11 +92,9 @@
window.history.replaceState({}, '', makeAbsoluteUrl(path));
}

/**
* We run the iron location tests with a couple different page configurations
* (e.g. with and without a base URI), so we define the test set as a function
* that we call in each of these configurations.
*/
// We run the iron location tests with a couple different page configurations
// (e.g. with and without a base URI), so we define the test set as a function
// that we call in each of these configurations.
function ironLocationTests() {
suite('when used solo', function() {
var urlElem;
Expand Down

0 comments on commit 5f1f508

Please sign in to comment.