Remove use of block instead of iffy.

This commit is contained in:
Kevin Schaaf 2017-02-27 16:12:11 -08:00
parent a10d466169
commit 23371c7787

View File

@ -10,7 +10,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="boot.html">
<script>
{
(function() {
'use strict';
/** @typedef {{run: function(function(), number=):number, cancel: function(number)}} */
@ -192,5 +193,5 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
};
}
})();
</script>