mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Remove use of block instead of iffy.
This commit is contained in:
parent
a10d466169
commit
23371c7787
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user